1
0
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:
Lee Marlow 2008-12-10 12:39:17 -07:00 committed by Junio C Hamano
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