Add completion for git-psykorebase.

This commit is contained in:
Rémy HUBSCHER 2015-07-31 16:38:17 +02:00
parent d8395ba2e9
commit 3039f9405e

View file

@ -109,6 +109,10 @@ _git_missing(){
__gitcomp "$(git for-each-ref --format='%(refname:short)')"
}
_git_psykorebase(){
__gitcomp "$(__git_heads) --continue --no-ff"
}
_git_refactor(){
__git_extras_workflow "refactor"
}