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:

committed by
Junio C Hamano

parent
d3240d935c
commit
c9a114b591
@ -563,7 +563,7 @@ _git_add ()
|
|||||||
--*)
|
--*)
|
||||||
__gitcomp "
|
__gitcomp "
|
||||||
--interactive --refresh --patch --update --dry-run
|
--interactive --refresh --patch --update --dry-run
|
||||||
--ignore-errors
|
--ignore-errors --intent-to-add
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user