summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-23 19:06:39 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-01-25 04:22:30 +0000
commit57013f8b96520057fda4b0d5057646c83465d1b6 (patch)
tree034d0f2652c9d963cc5ccc6fdb5dc9a53b71a97b /ChangeLog
parentb0784025b18a95515c1905be6f7190f4951100e5 (diff)
downloadzsh-57013f8b96520057fda4b0d5057646c83465d1b6.tar.gz
zsh-57013f8b96520057fda4b0d5057646c83465d1b6.tar.xz
zsh-57013f8b96520057fda4b0d5057646c83465d1b6.zip
40401: vcs_info git: Fix the %c patch-format expando.
Before this change, ${git_unapplied_s} was unused and the %c
(${hook_com[unapplied]}) expando evaluated to the number of digits in
the string returned by the gen-unapplied-string hook (or to the number
of digits in the number of unapplied patches, when there was no such
hook).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d8d19eae..acb4bf464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-01-25  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 40401: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
+	vcs_info git: Fix the %c patch-format expando.
+
 	* 40396: Doc/Zsh/contrib.yo: vcs_info quilt: More documentation
 	of '%Q' and 'use-quilt'.