author | Petr Baudis <pasky@suse.cz> | |
Tue, 26 Aug 2008 17:11:44 +0000 (19:11 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 4 Sep 2008 03:41:47 +0000 (20:41 -0700) | ||
commit | ff2549dc9af3fffa8a8285418601d9eab94de7b7 | |
tree | 874979f4a13190f227676f5e49355e6ceb9dae53 | tree | snapshot |
parent | de5d560c99c96e2955fb4d1d8a8fa6b469926292 | commit | diff |
bash completion: Hide more plumbing commands
git <tab><tab> still shows way too many commands, some of them
are clearly plumbing. This patch hides the plumbing commands
liberally (that is, in special cases, users still might want to
call one of the hidden commands, a *normal* workflow should never
involve these, though - and if it does, we have a UI problem anyway).
Signed-off-by: Petr Baudis <pasky@suse.cz>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git <tab><tab> still shows way too many commands, some of them
are clearly plumbing. This patch hides the plumbing commands
liberally (that is, in special cases, users still might want to
call one of the hidden commands, a *normal* workflow should never
involve these, though - and if it does, we have a UI problem anyway).
Signed-off-by: Petr Baudis <pasky@suse.cz>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash | diff | blob | history |