diff options
author | Nikolai Weibull <pcppopper@users.sourceforge.net> | 2011-05-29 15:10:30 +0000 |
---|---|---|
committer | Nikolai Weibull <pcppopper@users.sourceforge.net> | 2011-05-29 15:10:30 +0000 |
commit | 23102b3a9b2f97dac21585acaf70bf8eaefc76f3 (patch) | |
tree | c0dfcf2b162e2b790a82b8d9a8c26d6748a08840 /ChangeLog | |
parent | 31456074c8d9b600923ee19325584545919c523b (diff) | |
download | zsh-23102b3a9b2f97dac21585acaf70bf8eaefc76f3.tar.gz zsh-23102b3a9b2f97dac21585acaf70bf8eaefc76f3.tar.xz zsh-23102b3a9b2f97dac21585acaf70bf8eaefc76f3.zip |
unposted: Completion/Unix/Command/_git: Update git-branch completion to deal
with -r and -d correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index eeab2835c..4052a8234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-29 Nikolai Weibull <now@bitwi.se> + + * unposted: Completion/Unix/Command/_git: Update git-branch completion + to deal with -r and -d correctly. + 2011-05-27 Peter Stephenson <p.w.stephenson@ntlworld.com> * 29403: Src/hist.c: histlexwords splitting of ";;" in case. @@ -14874,5 +14879,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5344 $ +* $Revision: 1.5345 $ ***************************************************** |