Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 5/5] _git: add missing --3way option
- X-seq: zsh-workers 33180
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 5/5] _git: add missing --3way option
- Date: Tue, 16 Sep 2014 10:28:11 +0200
- Cc: Øystein Walle <oystwa@xxxxxxxxx>
- 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=/gxri4DoFLMOycikzhb8oyPan7lpxx7E4Vp3z2w49lI=; b=tAX2x5ly51gmeuJ2JjkLRCCtGPcJ2aSM+EWH/WZ57Yq6A+VbBWg3L+rm/Bq38DWUtB Eniui6ieVArjzyHic4Khj+eghsjLIo69x5ASvN0qkhOSMVdmzErYFMWkcDVEOLTW8Ak+ t5nutg+9PI/4tqsNeMR00EcRPrjDlSF6HhNhzg3cP2iQpXC1QTZ+++0lXXF607GbcSJ0 TO2Vd9dFfYg6tgbqC5INnLnAKMnoN6+QJByGAs//lFAJ4kmgpVewaoOytibhD9rJmpLJ 4GJcReZQcBPL2TnGVu6Yh6NotGPtAzpJDZuzB0+oGJ+mRqhCN2ZldDbNmgyEjXG+rcfu /f/w==
- In-reply-to: <cover.1410851605.git.oystwa@gmail.com>
- In-reply-to: <cover.1410851605.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.1410851605.git.oystwa@gmail.com>
- References: <cover.1410851605.git.oystwa@gmail.com>
---
Completion/Unix/Command/_git | 1 +
1 file changed, 1 insertion(+)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index fcfd3e1..c4e386b 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3986,6 +3986,7 @@ _git-apply () {
_arguments -w -S -s \
$apply_options \
+ '(--index --cached --reject)'{-3,--3way}'[fall back on 3-way merge if patch fails]' \
'--stat[output diffstat for input (turns off "apply")]' \
'--numstat[same as --stat but in decimal notation and complete pathnames (turns off "apply")]' \
'--summary[output summary of git-diff extended headers (turns off "apply")]' \
--
2.1.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author