1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

26937: have git log complete files after branch/range.

This commit is contained in:
Clint Adams 2009-05-06 16:38:39 +00:00
parent 0b61406ea9
commit 4f622ad570
2 changed files with 8 additions and 3 deletions

View file

@ -1815,8 +1815,8 @@ _git-log () {
case $state in
(files)
_arguments -S \
'::index file:__git_cached_files' \
'*::branch:__git_commit_ranges2' && ret=0
':branch:__git_commit_ranges2' \
'*:index file:__git_cached_files' && ret=0
;;
esac
}