about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-27 17:58:14 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-29 11:04:44 +0000
commitee5e3d0c9d07ce3297959b89f96238dbff9b6400 (patch)
treefb504d6fabe330de8b10e9aaba0c1261b79b9331 /ChangeLog
parente52062170a41dd2ba5a03aef22af0545cbc1d58c (diff)
downloadzsh-ee5e3d0c9d07ce3297959b89f96238dbff9b6400.tar.gz
zsh-ee5e3d0c9d07ce3297959b89f96238dbff9b6400.tar.xz
zsh-ee5e3d0c9d07ce3297959b89f96238dbff9b6400.zip
49723: vcs_info quilt: Use quilt-patch-dir and ${QUILT_PATCHES} even when get-unapplied hasn't been set
This affects the post-quilt hook.  Before this patch, if no patches have
been applied and get-unapplied hasn't been set, the second argument to
that hook would undergo null elision.

The generation of patch subjects for the gen-applied-string,
gen-unapplied-string, and set-patch-format hooks was unaffected since
it was guarded by [[ -n $patches ]].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 750f8d350..1aa704c23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2022-01-29  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 49723: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
+	Use quilt-patch-dir and ${QUILT_PATCHES} even when get-unapplied
+	hasn't been set
+
 	* 49722: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
 	Refactor for readability. No functional change.