1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

28000: make the branch arg for "git log" optional.

This commit is contained in:
Wayne Davison 2010-07-24 19:01:22 +00:00
parent bdfc1edc89
commit c0325f5233
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-07-24 Wayne Davison <wayned@users.sourceforge.net>
* 28000: Completion/Unix/Command/_git: make the branch arg for
"git log" optional.
2010-07-20 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 28096: Functions/Chpwd/chpwd_recent_dirs: don't add
@ -13404,5 +13409,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5032 $
* $Revision: 1.5033 $
*****************************************************

View file

@ -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