1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

33177: _git: fix typo in git-apply

This commit is contained in:
Øystein Walle 2014-09-16 10:28:10 +02:00 committed by Frank Terbeck
parent d338cc5395
commit 93702691ec
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@
* 33178: Completion/Unix/Command/_git: _git: updates for Git 2.1.0
* 33177: Completion/Unix/Command/_git: _git: fix typo in git-apply
2014-09-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: NEWS: more minor tweaks.

View file

@ -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]' \