about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Finet <m.dreadlock@gmail.com>2014-09-12 23:30:41 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2014-09-14 12:02:37 +0200
commitd5f574e20a7cc4c202433fe28f30c37b13299d61 (patch)
tree687a8f6b514bfa1354c77e1ead25bd4e0d110819 /ChangeLog
parent06e03e72345f06ca38e331099f6290a4e0e07891 (diff)
downloadzsh-d5f574e20a7cc4c202433fe28f30c37b13299d61.tar.gz
zsh-d5f574e20a7cc4c202433fe28f30c37b13299d61.tar.xz
zsh-d5f574e20a7cc4c202433fe28f30c37b13299d61.zip
33145: vcs_info git: fix applied-string name
Documentation and hg backend use applied-string. patch-string does not
appear anywhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec6557e1d..7ae89daf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
 	* 33148: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
 	refactor standalone detection
 
+	* 33145: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
+	vcs_info git: fix applied-string name
+
 2014-09-12  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.