author | Dan McGee <dpmcgee@gmail.com> | |
Sun, 20 Apr 2008 19:34:07 +0000 (14:34 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 22 Apr 2008 06:32:09 +0000 (23:32 -0700) | ||
commit | 3903c6189d0d596a0fef47edab437aa047e812fa | |
tree | 7fe46f13839669b56193ef45e85a474b42d14aa8 | tree | snapshot |
parent | eae7a75904f9634736ff622be9d1c1e5f5567c27 | commit | diff |
completion: allow 'git remote' subcommand completion
After typing 'git remote ', the subcommand options were not shown. Fix it
by adding the missing __gitcomp call.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
After typing 'git remote ', the subcommand options were not shown. Fix it
by adding the missing __gitcomp call.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
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 |