Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 4/5] _git: fix typo in git-apply
- X-seq: zsh-workers 33177
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 4/5] _git: fix typo in git-apply
- Date: Tue, 16 Sep 2014 10:28:10 +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=PsUMI26pnkuFnVH1yMH1fnj0JXnB5Qnai2YnwH6C1so=; b=Z8nktcyCNJtwWrK+j+gKFT8ndEBflP/sMQYa0mprvKMBktNZQnv/aaGZSHqxM8/wh+ jufTwAWCMwJScKCq2ga6k5iXLc+FE/zpmxiQF7l/R+sAz7BaLyIQQOGKySV6fhKdYdVl nCkdxGvyQgFlE6uk5u1d3z4k+hqh4Vu0D1S2i/pu0Hsylu76k7D6H0jxX5TX4d7yvGTh 5BLbwtqIEd07MVaExCqHJFxFLKExlR3bWRUQbmpJ8Gzh7ayenuFa1ObiS0E2gwg7j+Pl UMWZfCRpBWUC58vLVXerb5UxSjTjVdUcmYSCeG1FuP77yyZaljJmyuTQZHC+rzHiutDk 2uPg==
- 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index d127190..fcfd3e1 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -3992,7 +3992,7 @@ _git-apply () {
'--check[check if patches are applicable (turns off "apply")]' \
'( --cached)--index[make sure that patch is applicable to index]' \
'(--index )--cached[apply patches without touching working tree]' \
- '--build-face-ancestor[build temporary index for blobs with ambiguous origin]:index:_files' \
+ '--build-fake-ancestor[build temporary index for blobs with ambiguous origin]:index:_files' \
'(-R --reverse)'{-R,--reverse}'[apply patches in reverse]' \
'-z[use NUL termination on output]' \
'--unidiff-zero[disable unified-diff-context check]' \
--
2.1.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author