diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-01 19:24:54 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-01 19:24:54 +0000 |
commit | 2c9138bc21145c9680d4d10eea6f5e15e73f479c (patch) | |
tree | 95cc70e2bcb4020c12e4848ec4e2103db10ee0ea /ChangeLog | |
parent | eeed2898142517029c318ed53ece27e0e16ad99f (diff) | |
download | zsh-2c9138bc21145c9680d4d10eea6f5e15e73f479c.tar.gz zsh-2c9138bc21145c9680d4d10eea6f5e15e73f479c.tar.xz zsh-2c9138bc21145c9680d4d10eea6f5e15e73f479c.zip |
25585: fix git command completion when there are arguments after the cursor position.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6dc5d8150..e61cc364b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-09-01 Clint Adams <clint@zsh.org> + * 25585: Completion/Unix/Command/_git: fix git command completion + when there are arguments after the cursor position. + * Frank Terbeck: 25583: Completion/Unix/Command/_git: more git alias fixes. |