From 46ea73398373b52fde5ad39dd1879466a81a3222 Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 5 Nov 2019 10:35:36 +0800 Subject: [PATCH] git-squash: miss completion script change --- etc/git-extras-completion.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/git-extras-completion.zsh b/etc/git-extras-completion.zsh index 6a078f2..7e91c3b 100644 --- a/etc/git-extras-completion.zsh +++ b/etc/git-extras-completion.zsh @@ -400,6 +400,7 @@ _git-refactor() { _git-squash() { + _arguments '--squash-msg[commit with the squashed commit messages]' _arguments \ ':branch-name:__gitex_branch_names' }