completion: add more 'git add' options
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
69c61c4fa9
commit
1d284cbae3
|
|
@ -500,7 +500,10 @@ _git_add ()
|
|||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
case "$cur" in
|
||||
--*)
|
||||
__gitcomp "--interactive --refresh"
|
||||
__gitcomp "
|
||||
--interactive --refresh --patch --update --dry-run
|
||||
--ignore-errors
|
||||
"
|
||||
return
|
||||
esac
|
||||
COMPREPLY=()
|
||||
|
|
|
|||
Loading…
Reference in New Issue