git-squash: miss completion script change

This commit is contained in:
spacewander 2019-11-05 10:35:36 +08:00
parent f4e313d3f2
commit 46ea733983

View file

@ -400,6 +400,7 @@ _git-refactor() {
_git-squash() {
_arguments '--squash-msg[commit with the squashed commit messages]'
_arguments \
':branch-name:__gitex_branch_names'
}