diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-08-18 01:49:18 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-18 01:49:18 +0000 |
commit | 45195791a81784ce6def23f24a2af420f246328e (patch) | |
tree | 935b74d066b01d3cfd42af753405c13dbbc32603 /ChangeLog | |
parent | 6f0734c6322a78630e261688b6b21628be3593eb (diff) | |
download | zsh-45195791a81784ce6def23f24a2af420f246328e.tar.gz zsh-45195791a81784ce6def23f24a2af420f246328e.tar.xz zsh-45195791a81784ce6def23f24a2af420f246328e.zip |
25475: determine heads, tags, and branches through git for-each-ref instead of git tag and git branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e5bc3421a..150659968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-18 Clint Adams <clint@zsh.org> + + * 25475: Completion/Unix/Command/_git: determine heads, tags, + and branches through git for-each-ref instead of git tag and + git branch. + 2008-08-17 Clint Adams <clint@zsh.org> * 25469: Completion/Unix/Command/_git: assorted changes |