1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00

23875: complete heads, tags, and files after git log.

This commit is contained in:
Clint Adams 2007-09-30 19:41:56 +00:00
parent 40583814f9
commit cac51ee8c3
2 changed files with 5 additions and 1 deletions

View file

@ -1705,7 +1705,8 @@ _git-log () {
__git_setup_revision_arguments
_arguments -S \
$revision_arguments && ret=0
"$revision_arguments[@]" \
'*:tree-ish: _alternative c\:\:__git_committishs f\:\:_files' && ret=0
}
# TODO: repository needs fixing