mirror of
https://github.com/git/git.git
synced 2024-11-18 04:04:11 +01:00
bash completion: Add '--intent-to-add' long option for 'git add'
Signed-off-by: Lee Marlow <lee.marlow@gmail.com> Trivially-Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d3240d935c
commit
c9a114b591
@ -563,7 +563,7 @@ _git_add ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--interactive --refresh --patch --update --dry-run
|
||||
--ignore-errors
|
||||
--ignore-errors --intent-to-add
|
||||
"
|
||||
return
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user