about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-09-10 22:56:37 +0000
committerClint Adams <clint@users.sourceforge.net>2008-09-10 22:56:37 +0000
commitf95570c403aa073139c4b9fde5fd7c769d69fc6d (patch)
treeb3ce842c124365eaec27637b5d49301f80c33503 /ChangeLog
parentb62584cbcd7dbbb740b9420e37f34ee1b2e8ff18 (diff)
downloadzsh-f95570c403aa073139c4b9fde5fd7c769d69fc6d.tar.gz
zsh-f95570c403aa073139c4b9fde5fd7c769d69fc6d.tar.xz
zsh-f95570c403aa073139c4b9fde5fd7c769d69fc6d.zip
Frank Terbeck: 25640: another alias handling fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62885ed36..757c08faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-09-10  Clint Adams  <clint@zsh.org>
 
+	* Frank Terbeck: 25640: Completion/Unix/Command/_git: another alias
+	handling fix.
+
 	* 25639: Src/hist.c: free ptr2 if hsubl is NULL.
 
 	* 25638: Src/Zle/compmatch.c: remove unnecessary ternary expression