author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 15 Jul 2008 05:58:06 +0000 (05:58 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 15 Jul 2008 06:37:42 +0000 (23:37 -0700) | ||
commit | 055767194c15f9b7c39a509daf1a77472c77bed8 | |
tree | e965383a8dd7024ae69db3019a60a24a01b3d291 | tree | snapshot |
parent | 3df6499c227c28310b545edc42cdbd713ee0898a | commit | diff |
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>
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 | diff | blob | history |