summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-08-18 22:47:44 +0000
committerClint Adams <clint@users.sourceforge.net>2008-08-18 22:47:44 +0000
commit51ba8a4faf17650bc3136e74d7221414dc1e27f9 (patch)
tree7c09a85292737fe45fc0ab58a1da285f4e9e5cdc /ChangeLog
parentMikael Magnusson: 25473: add missing parenthesis. (diff)
downloadzsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.tar
zsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.tar.gz
zsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.tar.bz2
zsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.tar.lz
zsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.tar.xz
zsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.tar.zst
zsh-51ba8a4faf17650bc3136e74d7221414dc1e27f9.zip
25480: add more quotes to the three _call_program invocations with git for-each-ref.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0529f68fd..5cfd009c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-08-18 Clint Adams <clint@zsh.org>
+ * 25480: Completion/Unix/Command/_git: add more quotes to the
+ three _call_program invocations with git for-each-ref.
+
* Mikael Magnusson: 25473: Completion/Unix/Command/_git: add
missing parenthesis.