bash: Complete long options to git-add.
commit8435b548480a6b6d110fd2f59b3139f25ffb392e
authorShawn O. Pearce <spearce@spearce.org>
Sun, 4 Feb 2007 07:38:23 +0000 (4 02:38 -0500)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Feb 2007 08:18:41 +0000 (4 00:18 -0800)
tree6374ff2cec4aa73441ff0da86899158c6d25da1b
parent2e3a430a9a976ec9324b33fef41dfeb55353a1ae
bash: Complete long options to git-add.

The new --interactive mode of git-add can be very useful, so users
will probably want to have completion for it.

Likewise the new git-add--interactive executable is actually a
plumbing command.  Its invoked by `git add --interactive` and is
not intended to be invoked directly by the user.  Therefore we
should hide it from the list of available Git commands.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/completion/git-completion.bash