bash completion: Hide more plumbing commands
commitff2549dc9af3fffa8a8285418601d9eab94de7b7
authorPetr Baudis <pasky@suse.cz>
Tue, 26 Aug 2008 17:11:44 +0000 (26 19:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Sep 2008 03:41:47 +0000 (3 20:41 -0700)
tree874979f4a13190f227676f5e49355e6ceb9dae53
parentde5d560c99c96e2955fb4d1d8a8fa6b469926292
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>
contrib/completion/git-completion.bash