From: Wayne Davison Date: Thu, 15 Apr 2004 18:34:28 +0000 (+0000) Subject: Updated rsync.yo hunk. X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/ce17e35eceb9b70c5b9ae381a5513485bd7d8b82 Updated rsync.yo hunk. --- diff --git a/perdir-exclude-from.diff b/perdir-exclude-from.diff index 59ccb45..cb82c9c 100644 --- a/perdir-exclude-from.diff +++ b/perdir-exclude-from.diff @@ -250,17 +250,10 @@ You may use as many --exclude options on the command line as you like to build up the list of files to exclude. -@@ -991,11 +1001,17 @@ itemize( - - it() if the pattern starts with "+ " (a plus followed by a space) - then it is always considered an include pattern, even if specified as -- part of an exclude option. The "+ " part is discarded before matching. -+ part of an exclude option. The prefix is discarded before matching. - +@@ -996,6 +1006,12 @@ itemize( it() if the pattern starts with "- " (a minus followed by a space) then it is always considered an exclude pattern, even if specified as -- part of an include option. The "- " part is discarded before matching. -+ part of an include option. The prefix is discarded before matching. + part of an include option. The prefix is discarded before matching. + + it() if the pattern starts with "& " (an ampersand followed by a space) + then it is considered a super-include pattern. A super-include will