1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

_git-bundle: Complete required file argument to 'git bundle' correctly.

This commit is contained in:
Daniel Shahaf 2016-04-29 08:40:36 +00:00
parent 9afb67eb65
commit 2979122d2d

View file

@ -388,6 +388,7 @@ _git-bundle () {
;;
(list-heads|unbundle)
_arguments \
':bundle:_files' \
'*: :__git_ref_specs' && ret=0
;;
esac