Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _patch and Debian-specific options
- X-seq: zsh-workers 26482
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _patch and Debian-specific options
- Date: Thu, 29 Jan 2009 15:48:21 +0000
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I have just learned that Debian patches in some additional options
to an alpha version of GNU patch released in 2004.
Index: Completion/Unix/Command/_patch
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_patch,v
retrieving revision 1.2
diff -u -r1.2 _patch
--- Completion/Unix/Command/_patch 6 Aug 2001 14:42:04 -0000 1.2
+++ Completion/Unix/Command/_patch 29 Jan 2009 15:46:26 -0000
@@ -112,6 +112,9 @@
'* --use-index-line *' '--use-index-line[deal with Index: line]'
'* --patch-root=DIR *' '--patch-root=[restrict paths]:patch root:_files -/'
+
+ '* -U --unified-reject-files *' '(-U --unified-reject-files)'{-U,--unified-reject-files}'[create unified reject files]'
+ '* --global-reject-file=file *' '--global-reject-file=[put all rejects into one file]:file:_files'
)
_patch_args=(
${arg:+"-s"}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author