tj#300 Added bash completion

This commit is contained in:
CJ 2015-02-05 18:23:37 +08:00
parent 195fb17458
commit 0325c46a43

View file

@ -78,6 +78,14 @@ _git_refactor(){
__git_extras_workflow "refactor"
}
_git_scp(){
__git_complete_remote_or_refspec
}
_git_rscp(){
__git_complete_remote_or_refspec
}
_git_squash(){
__gitcomp "$(__git_heads)"
}