about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-04-11 10:13:55 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-04-13 20:59:02 +0000
commit7929dd8cbaa195311375712ebb12b85296783f58 (patch)
treeca5e7e8fe7905a5063c4a4e282fac6a454ba67e3 /ChangeLog
parent959aa75423c56f57ea7f8fa9f7a7baa32caf46ac (diff)
downloadzsh-7929dd8cbaa195311375712ebb12b85296783f58.tar.gz
zsh-7929dd8cbaa195311375712ebb12b85296783f58.tar.xz
zsh-7929dd8cbaa195311375712ebb12b85296783f58.zip
34885: completion: git: Fix another instance of the 34671 bug fixed in 34814
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 504df73e2..8b92eb408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-13  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 34885: Completion/Unix/Command/_git: completion: git: Fix
+	another instance of the 34671 bug fixed in 34814
+
 2015-04-13  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Han Pingtian: 34880: Doc/Zsh/options.yo: POSIX_TRAPS doc.