Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _patch and Debian-specific options



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