diff options
author | Nikolai Weibull <pcppopper@users.sourceforge.net> | 2011-05-17 17:15:13 +0000 |
---|---|---|
committer | Nikolai Weibull <pcppopper@users.sourceforge.net> | 2011-05-17 17:15:13 +0000 |
commit | 62444c9bfc9d36a9cee00507fe2a0b906097b148 (patch) | |
tree | 0d6b995f330f99264652e5f1ab1feb2234c2e05c /ChangeLog | |
parent | cfebfe68b58383886f4365899a78135136b3506d (diff) | |
download | zsh-62444c9bfc9d36a9cee00507fe2a0b906097b148.tar.gz zsh-62444c9bfc9d36a9cee00507fe2a0b906097b148.tar.xz zsh-62444c9bfc9d36a9cee00507fe2a0b906097b148.zip |
29273: Completion/Unix/Command/_git: Fix __git_guard_number
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 985f2ad54..a8eea0611 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-17 Nikolai Weibull <now@bitwi.se> + + * 29273: Completion/Unix/Command/_git: Parse compadd options in + __git_guard_number. + 2011-05-14 Barton E. Schaefer <schaefer@zsh.org> * 29278: Completion/Unix/Type/_path_files: fix use of the $skips @@ -14717,5 +14722,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5305 $ +* $Revision: 1.5306 $ ***************************************************** |