diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2010-07-24 19:01:22 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2010-07-24 19:01:22 +0000 |
| commit | c0325f5233c34082c0e4d256f78ba000cd050179 (patch) | |
| tree | bbad739bad2459b0e8525859bfe01f4dcf2a1d74 /Completion/Unix/Command | |
| parent | 28096: don't add $OLDPWD to recent dirs as we weren't there (diff) | |
| download | zsh-c0325f5233c34082c0e4d256f78ba000cd050179.tar zsh-c0325f5233c34082c0e4d256f78ba000cd050179.tar.gz zsh-c0325f5233c34082c0e4d256f78ba000cd050179.tar.bz2 zsh-c0325f5233c34082c0e4d256f78ba000cd050179.tar.lz zsh-c0325f5233c34082c0e4d256f78ba000cd050179.tar.xz zsh-c0325f5233c34082c0e4d256f78ba000cd050179.tar.zst zsh-c0325f5233c34082c0e4d256f78ba000cd050179.zip | |
28000: make the branch arg for "git log" optional.
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 465b31622..c394e0845 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1864,7 +1864,7 @@ _git-log () { case $state in (files) _arguments -S \ - ':branch:__git_commit_ranges2' \ + '::branch:__git_commit_ranges2' \ '*:index file:__git_cached_files' && ret=0 ;; esac |
