From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6890 invoked by alias); 20 Oct 2013 17:45:34 -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: 31857 Received: (qmail 18139 invoked from network); 20 Oct 2013 17:45:15 -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, T_TO_NO_BRKTS_FREEMAIL 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 :in-reply-to:references; bh=Ars8WZKj2gw8eAdC8hbWgi5mKEdFy45Q9WGPAYqQpgM=; b=xy6AAU/TrGmKLdmdab/WHkXemXm2AiAEA24GoeporC2Ds06uqGiQj+dp9Tw3iMcIdC VuDRZJQpgploxBm9rbEf+LNpgEF0cu8BSyRPyYbjGLNU5OtQF8wABeU+V1s2Us2ZHLbG TW7oGjWpMsfTJZBiIwgxVs2aBREGuctHW0Dc8cqxcCe7dI0h9f2n3SDbB6jDSFhQx0x6 8K5c/eiD8yuL0NxMqxy+TOHjkCZOuDPrr9uNVQeXffCJTE1PCRonIytICp4w8FgmGZOa gPaUKLYdcHB8rUA3meor7WFaDn0NJdaRmbSSE6vmDO1Mqw7Mb1AnZmWV3of/Eyd3jfyE OvAQ== X-Received: by 10.112.235.3 with SMTP id ui3mr312041lbc.44.1382291112527; Sun, 20 Oct 2013 10:45:12 -0700 (PDT) From: =?UTF-8?q?=C3=98ystein=20Walle?= To: zsh-workers@zsh.org Cc: m0viefreak Subject: [PATCH 4/7] _git: Remove unsupported -q option from diff options Date: Sun, 20 Oct 2013 19:41:02 +0200 Message-Id: X-Mailer: git-send-email 1.8.4.1.516.g1d25dd4 In-Reply-To: References: In-Reply-To: References: From: m0viefreak --- Completion/Unix/Command/_git | 1 - 1 file changed, 1 deletion(-) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 2edf116..75884b7 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -5959,7 +5959,6 @@ __git_setup_diff_options () { '(-0 -1 -2 -3 --base --ours --theirs -c --cc --no-index)'{-3,--theirs}'[diff against "their branch" version]' '(-0 -1 -2 -3 --base --ours --theirs -c --cc --no-index)-0[omit diff output for unmerged entries]' '(-0 -1 -2 -3 --base --ours --theirs -c --cc --no-index)'{-c,--cc}'[compare "our branch", "their branch" and working tree files]' - '-q[remain silent even on nonexisting files]' # TODO: --cumulative is undocumented. '--cumulative[undocumented]' -- 1.8.4.1.516.g1d25dd4