Adds the tag swtich to bash completion.

This commit is contained in:
Phally 2013-03-03 19:30:21 +01:00
parent 0295063981
commit d3ad5d75c8

View file

@ -5,7 +5,7 @@ _git_bug(){
}
_git_changelog(){
__gitcomp "--list"
__gitcomp "-l -t --list --tag"
}
_git_contrib(){