]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
Hide plumbing/transport commands from bash completion.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 27 Nov 2006 08:41:01 +0000 (03:41 -0500)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 20:09:04 +0000 (12:09 -0800)
commitf2bb9f88805f370b9de1c116f42e3ceb30321c80
tree3f18c35d6a26e9b6def6b4ff15a95957e6652cb8
parent4ad91321ee95598c2488ab5e39afec13575d4e3f
Hide plumbing/transport commands from bash completion.

Users generally are not going to need to invoke plumbing-level commands
from within one line shell commands.  If they are invoking these commands
then it is likely that they are glueing them together into a shell script
to perform an action, in which case bash completion for these commands is
of relatively little use.

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