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:
parent
0b61406ea9
commit
4f622ad570
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue