From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23707 invoked by alias); 12 Sep 2014 21:41:11 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33150 Received: (qmail 21968 invoked from network); 12 Sep 2014 21:41:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=iCkCBAw/b2hbsosmwhHrstPcfd3SJt1Mk26x6XMHKoM=; b=1J3OQQugDDZonopFcXGsckPiN8HT8tTaMgu5YL8jAOOvhC39eHUn4SZOWYoBxrCMrO BVdCHKI7pH/0vRugTSS2Kcgs5LYZrP8W09rE7ugr26/fYlsQCeB0Xy5JbrGlA8xRvAm8 29SW9OwlbIUSPZIMib5sCMbQWPNvOf01Nx1S70WAHBWosVGA1URuSaMYajGylmd+qqwT OnYv2eypicjzbYLyPYIYtIV7ssOkZQpp42z866BI9aonUMmy7UbaCKwpF1pCgVQRQjpe Z7gIbETOgiRl/a0CFr1l0j3Kj1VFlzTyMd3ajbm3q6eIPBauYLpSliRoVQjgKS9YOyDO TSMA== X-Received: by 10.180.13.83 with SMTP id f19mr5606039wic.80.1410557582815; Fri, 12 Sep 2014 14:33:02 -0700 (PDT) From: Marc Finet To: zsh-workers@zsh.org Cc: Marc Finet Subject: [PATCH 9/9] completion git: fix send-email --confirm values Date: Fri, 12 Sep 2014 23:30:43 +0200 Message-Id: <1410557443-24178-10-git-send-email-m.dreadlock@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1410557443-24178-1-git-send-email-m.dreadlock@gmail.com> References: <1410557443-24178-1-git-send-email-m.dreadlock@gmail.com> --- 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 d941aac..34a4e4f 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -3683,7 +3683,7 @@ _git-send-email () { '(--suppress-from )--no-suppress-from[add the From: address to the Cc: list]' \ '( --no-thread)--thread[set In-Reply-To: and References: headers]' \ '(--thread )--no-thread[do not set In-Reply-To: and References: headers]' \ - '--confirm[specify type of confirmation required before sending]: :__git_sendemail_confirm' \ + '--confirm[specify type of confirmation required before sending]: :__git_sendemail_confirm_values' \ '--dry-run[do everything except actually sending the emails]' \ '( --no-format-patch)--format-patch[interpret ambiguous arguments as format-patch arguments]' \ '(--format-patch )--no-format-patch[interpret ambiguous arguments file-name arguments]' \ -- 2.1.0