diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-09-30 19:41:56 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-09-30 19:41:56 +0000 |
commit | cac51ee8c3d155531d4f996dcd66fe497739661c (patch) | |
tree | b13212391d1ac1e951a3f1592917fefd18033f21 /ChangeLog | |
parent | 40583814f90bdaac8c62f14a73198e81d4025680 (diff) | |
download | zsh-cac51ee8c3d155531d4f996dcd66fe497739661c.tar.gz zsh-cac51ee8c3d155531d4f996dcd66fe497739661c.tar.xz zsh-cac51ee8c3d155531d4f996dcd66fe497739661c.zip |
23875: complete heads, tags, and files after git log.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f584c4aad..d037216bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-09-30 Clint Adams <clint@zsh.org> + * 23875: Completion/Unix/Command/_git: complete heads, tags, and + files after git log. + * 23874: Completion/Unix/Command/_git: only declare revision_arguments parameter once. |