samba-bugs@samba.org
2005-Jan-13 15:01 UTC
[Bug 2240] New: Add last-match/short-circuit processing of include/exclude
https://bugzilla.samba.org/show_bug.cgi?id=2240 Summary: Add last-match/short-circuit processing of include/exclude Product: rsync Version: 2.6.3 Platform: All URL: http://cvs.openpkg.org/getfile/openpkg- src/rsync/rsync.patch.lastmatch OS/Version: FreeBSD Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rse@engelschall.com QAContact: rsync-qa@samba.org I've added a --last-match command line option to RSYNC 2.6.3 which switches the include/exclude pattern processing from "first-match" (the default) to "last-match" semantics plus the possibility to specify short-circuit patterns (which stop processing immediately if matching) with the operators "-!" and "+!" in addition to the regular operators "-" and "+". The "last-match" is a super-set of the "first-match" semantics, providing more flexible include/exclude specifications by allowing arbitrary nesting of matches. For patch see the OpenPKG repository: http://cvs.openpkg.org/getfile/openpkg-src/rsync/rsync.patch.lastmatch -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Possibly Parallel Threads
- [Bug 2240] Add last-match/short-circuit processing of include/exclude
- [Bug 2240] Add last-match/short-circuit processing of include/exclude
- Announce: portable OpenSSH 2.1.1p4
- Announce: portable OpenSSH 2.1.1p4
- [PATCH] OpenSSH 2.1.1pl3 (portable), readconf.c and strsep(3)