mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #294 from GuillaumeSeren/feature/git-missing-add-ref-completion
Add ref completion to git-missing.
This commit is contained in:
commit
fb573b2c4d
|
|
@ -57,6 +57,11 @@ _git_ignore(){
|
|||
esac
|
||||
}
|
||||
|
||||
_git_missing(){
|
||||
# Suggest all known refs
|
||||
__gitcomp "$(git for-each-ref --format='%(refname:short)')"
|
||||
}
|
||||
|
||||
_git_refactor(){
|
||||
__git_extras_workflow "refactor"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue