zsh-workers
 help / color / mirror / code / Atom feed
From: Luka Perkov <luka@openwrt.org>
To: zsh-workers@zsh.org
Cc: Luka Perkov <luka@openwrt.org>
Subject: [PATCH] _git: where applicable show autosquash on rebase
Date: Fri,  6 Sep 2013 02:01:14 +0200	[thread overview]
Message-ID: <1378425674-18491-1-git-send-email-luka@openwrt.org> (raw)

Currently --autosquash argument is shown only if long --interactive argument is
given. Enable showing --autosquash argument in case short -i argument is used.

Signed-off-by: Luka Perkov <luka@openwrt.org>
---
 Completion/Unix/Command/_git | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index db59a9b..1448698 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]')
-- 
1.8.4


                 reply	other threads:[~2013-09-06  0:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1378425674-18491-1-git-send-email-luka@openwrt.org \
    --to=luka@openwrt.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).