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:29:52 +0000
committerClint Adams <clint@users.sourceforge.net>2008-03-09 12:29:52 +0000
commit9e1c419497c8b604174c4af5af90ebd8c3707a77 (patch)
tree3de7c5a8802d84f2d85e9dc6ded71e0d648168bf /ChangeLog
parent2448f0f7aaf1cbb6bcaa5857f33ff893541ee1ff (diff)
downloadzsh-9e1c419497c8b604174c4af5af90ebd8c3707a77.tar.gz
zsh-9e1c419497c8b604174c4af5af90ebd8c3707a77.tar.xz
zsh-9e1c419497c8b604174c4af5af90ebd8c3707a77.zip
24702: fix 24701
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 86148a574..2323d62c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2008-03-09  Clint Adams  <clint@zsh.org>
 
-	* 24701: Completion/Unix/Command/_git: use $service instead of
+	* 24701, 24702: 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>