bash completion: Remove dashed command completion support
commit055767194c15f9b7c39a509daf1a77472c77bed8
authorShawn O. Pearce <spearce@spearce.org>
Tue, 15 Jul 2008 05:58:06 +0000 (15 05:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jul 2008 06:37:42 +0000 (14 23:37 -0700)
treee965383a8dd7024ae69db3019a60a24a01b3d291
parent3df6499c227c28310b545edc42cdbd713ee0898a
bash completion: Remove dashed command completion support

Since only 'git' and 'gitk' are in the user's $PATH now we do not
expect users to need completion support for git-fetch, and expect
they will instead rely upon the completion support for 'git fetch'.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash