about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-05-15 18:04:40 +0200
committerOliver Kiddle <opk@zsh.org>2015-05-15 18:04:40 +0200
commit32a448dc25246ab3400f2459ba2648912c477137 (patch)
treee89d86dd07b36cc146e01196214582cc855590e9 /ChangeLog
parent153a99de7ef473df11df2b34388c75bec2b99b36 (diff)
downloadzsh-32a448dc25246ab3400f2459ba2648912c477137.tar.gz
zsh-32a448dc25246ab3400f2459ba2648912c477137.tar.xz
zsh-32a448dc25246ab3400f2459ba2648912c477137.zip
users/20219: fix completion for git options
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7acaa6f1c..98b419eca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-15  Oliver Kiddle  <opk@zsh.org>
+
+	* users/20219: Completion/Unix/Command/_git: fix for git options
+
 2015-05-15  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 35154: NEWS: news on arithmetic evaluation changes.