summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/Unix/Command/_stgit2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a69718b73..862e85b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-03-24 Peter Stephenson <p.stephenson@samsung.com>
+ * Alexandre Rames: 40878: Completion/Unix/Command/_stgit:
+ additional squash command completion.
+
* Aaron Schrab: 40892: Functions/Misc/run-help-ip: subcommand
matching for ip help.
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