about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-12-08 21:59:25 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-12-08 22:09:59 +0000
commit7cdada166cd9a05103a838d18e9be9811f68bc1d (patch)
tree0dd4a5a9db1053892fee70ae13ba42149a0918d1 /ChangeLog
parentca7c42e1ee1706f39bbeb163ef323c819aee8357 (diff)
downloadzsh-7cdada166cd9a05103a838d18e9be9811f68bc1d.tar.gz
zsh-7cdada166cd9a05103a838d18e9be9811f68bc1d.tar.xz
zsh-7cdada166cd9a05103a838d18e9be9811f68bc1d.zip
51142: vcs_info git: Check the get-unapplied style as documented
The style was treated as "always true" rather than as "settable, false
by default" in the rebase-merge and cherry-pick cases.  This affects the
gen-unapplied-string hook, and may also affect gen-applied-string and
set-patch-format hooks if they accessed VCS_INFO_get_data_git's internal
parameters directly.

If this affects you, just set the style in your zshrc:
.
    zstyle ':vcs_info:git*:*:*' get-unapplied true
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63e9c5041..dab0a9147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-08  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 51142: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
+	vcs_info git: Check the get-unapplied style as documented
+
 2022-12-08  Peter Grayson  <pete@jpgrayson.net>
 
 	* 51138: Functions/VCS_Info/Backends/VCS_INFO_get_data_git: