summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-08-18 01:49:18 +0000
committerClint Adams <clint@users.sourceforge.net>2008-08-18 01:49:18 +0000
commit45195791a81784ce6def23f24a2af420f246328e (patch)
tree935b74d066b01d3cfd42af753405c13dbbc32603 /ChangeLog
parent6f0734c6322a78630e261688b6b21628be3593eb (diff)
downloadzsh-45195791a81784ce6def23f24a2af420f246328e.tar.gz
zsh-45195791a81784ce6def23f24a2af420f246328e.tar.xz
zsh-45195791a81784ce6def23f24a2af420f246328e.zip
25475: determine heads, tags, and branches through git for-each-ref instead of git tag and git branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5bc3421a..150659968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-18  Clint Adams  <clint@zsh.org>
+
+	* 25475: Completion/Unix/Command/_git: determine heads, tags,
+	and branches through git for-each-ref instead of git tag and
+	git branch.
+
 2008-08-17  Clint Adams  <clint@zsh.org>
 
 	* 25469: Completion/Unix/Command/_git: assorted changes