about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
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