Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 4/7] _git: Remove unsupported -q option from diff options
- X-seq: zsh-workers 31857
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 4/7] _git: Remove unsupported -q option from diff options
- Date: Sun, 20 Oct 2013 19:41:02 +0200
- Cc: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
- 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==
- In-reply-to: <cover.1382290245.git.oystwa@gmail.com>
- In-reply-to: <cover.1382290245.git.oystwa@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <cover.1382290245.git.oystwa@gmail.com>
- References: <cover.1382290245.git.oystwa@gmail.com>
From: m0viefreak <m0viefreak.cm@xxxxxxxxxxxxxx>
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author