From fc1fedda954e1d10d54253cd7ec0e1bfb6e0e989 Mon Sep 17 00:00:00 2001 From: Alexandre Rames Date: Wed, 22 Mar 2017 16:32:36 +0000 Subject: 40878: additional stgit squash command completeion --- Completion/Unix/Command/_stgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit index f313f651a..f05591b88 100644 --- a/Completion/Unix/Command/_stgit +++ b/Completion/Unix/Command/_stgit @@ -27,7 +27,7 @@ else compadd ${${(M)${(f)"$(stg series 2> /dev/null)"}##[+>] *}#[+>] } \ && ret=0 ;; - (edit|files|goto|rename|log|float|delete|sink|mail|sync|show|pick|hide) + (edit|files|goto|rename|log|float|delete|sink|mail|sync|show|pick|hide|squash) _wanted -V "patches" expl "patch" \ compadd $(stg series --noprefix 2> /dev/null) \ && ret=0 -- cgit 1.4.1