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:
parent
9afb67eb65
commit
2979122d2d
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ _git-bundle () {
|
|||
;;
|
||||
(list-heads|unbundle)
|
||||
_arguments \
|
||||
':bundle:_files' \
|
||||
'*: :__git_ref_specs' && ret=0
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue