about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-03-09 12:16:54 +0000
committerClint Adams <clint@users.sourceforge.net>2008-03-09 12:16:54 +0000
commit2448f0f7aaf1cbb6bcaa5857f33ff893541ee1ff (patch)
treea857bc54b04bbc6e24a5f6269d5cc54f797bdcfb /ChangeLog
parent25413054c11fc4b67284d4d6db48272182da1d26 (diff)
downloadzsh-2448f0f7aaf1cbb6bcaa5857f33ff893541ee1ff.tar.gz
zsh-2448f0f7aaf1cbb6bcaa5857f33ff893541ee1ff.tar.xz
zsh-2448f0f7aaf1cbb6bcaa5857f33ff893541ee1ff.zip
24701: use $service instead of $words[1] so completion will work if git is an alias to a wrapper.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70ee0fedb..86148a574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-09  Clint Adams  <clint@zsh.org>
+
+	* 24701: Completion/Unix/Command/_git: use $service instead of
+	$words[1] so completion will work if git is an alias to a wrapper.
+
 2008-03-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 24699: Src/hist.c, Src/input.c, Src/lex.c,