From a4245da9998029e27d8ab58f1fb350a499b04983 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 6 Sep 2013 02:01:14 +0200 Subject: 31702: check for git rebase -i for autosquash --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index db59a9b75..144869836 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1182,7 +1182,7 @@ _git-push () { _git-rebase () { local -a autosquash_opts - if (( words[(I)--interactive] )); then + if (( words[(I)-i|--interactive] )); then autosquash_opts=( '( --no-autosquash)--autosquash[check for auto-squash boundaries]' '(--autosquash )--no-autosquash[do not check for auto-squash boundaries]') -- cgit v1.2.3