author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 27 Nov 2006 08:41:01 +0000 (03:41 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Nov 2006 20:09:04 +0000 (12:09 -0800) | ||
commit | f2bb9f88805f370b9de1c116f42e3ceb30321c80 | |
tree | 3f18c35d6a26e9b6def6b4ff15a95957e6652cb8 | tree | snapshot |
parent | 4ad91321ee95598c2488ab5e39afec13575d4e3f | commit | diff |
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>
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 | diff | blob | history |