From d3ad5d75c8f3621932a2f25fb9740eb7c042fb59 Mon Sep 17 00:00:00 2001 From: Phally Date: Sun, 3 Mar 2013 19:30:21 +0100 Subject: [PATCH] Adds the tag swtich to bash completion. --- etc/bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bash_completion.sh b/etc/bash_completion.sh index db68dfa..e6dbca7 100644 --- a/etc/bash_completion.sh +++ b/etc/bash_completion.sh @@ -5,7 +5,7 @@ _git_bug(){ } _git_changelog(){ - __gitcomp "--list" + __gitcomp "-l -t --list --tag" } _git_contrib(){