mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Adds the tag swtich to bash completion.
This commit is contained in:
parent
0295063981
commit
d3ad5d75c8
|
|
@ -5,7 +5,7 @@ _git_bug(){
|
|||
}
|
||||
|
||||
_git_changelog(){
|
||||
__gitcomp "--list"
|
||||
__gitcomp "-l -t --list --tag"
|
||||
}
|
||||
|
||||
_git_contrib(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue