From: Wayne Davison Date: Thu, 13 Jan 2005 22:01:56 +0000 (+0000) Subject: Aid forward-compatibility in the include/exclude syntax by putting X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/14d496cc8b5dceffbb58b08bdac530def620eecc?hp=14d496cc8b5dceffbb58b08bdac530def620eecc Aid forward-compatibility in the include/exclude syntax by putting a "- " in front of any name that starts with a '+' or a '-' and would otherwise be unprefixed (the old code only did this if the '+' or '-' was followed by a space). ---