about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-08-16 13:28:28 +0000
committerClint Adams <clint@users.sourceforge.net>2008-08-16 13:28:28 +0000
commitf413d1f4d93808813bb228f82b643bf761a7ec43 (patch)
tree2159d5b18d3ab98960c21a45954a89f0964a4a1d /ChangeLog
parentad001cc1e3697ddad44de367e92428249faa2b6a (diff)
downloadzsh-f413d1f4d93808813bb228f82b643bf761a7ec43.tar.gz
zsh-f413d1f4d93808813bb228f82b643bf761a7ec43.tar.xz
zsh-f413d1f4d93808813bb228f82b643bf761a7ec43.zip
25461: patch to add HEAD as a completion for heads, from Mikael Magnusson.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d00a797a2..28903e45e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-16  Clint Adams  <clint@zsh.org>
 
+	* 25461: Completion/Unix/Command/_git: patch to add HEAD as
+	a completion for heads, from Mikael Magnusson.
+
 	* 25460: Completion/Unix/Command/_git: patch to add the
 	--branches/tags/remotes for rev-list to _git from Mikael
 	Magnusson.