mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Added _git_squash() to bash_completion.sh
This commit is contained in:
parent
07d5ee82ff
commit
0c2a86f058
|
|
@ -32,6 +32,10 @@ _git_graft(){
|
|||
__gitcomp "$(__git_heads)"
|
||||
}
|
||||
|
||||
_git_squash(){
|
||||
__gitcomp "$(__git_heads)"
|
||||
}
|
||||
|
||||
__git_extras_workflow(){
|
||||
__gitcomp "$(__git_heads | grep ^$1/ | sed s/^$1\\///g) finish"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue