From: David Dykstra Date: Wed, 25 Nov 1998 15:37:50 +0000 (+0000) Subject: Back out change that treated "refuse options = compress" the same as X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/63f0774f7562c3b51d14dcca78ea0dc0fa354c46?hp=63f0774f7562c3b51d14dcca78ea0dc0fa354c46 Back out change that treated "refuse options = compress" the same as "dont compress = *", by request of Tridge. Instead, mention the difference in the man page. Also, put in a shortcut in set_compression() to recognize "*" earlier instead of going through malloc/strtok/fnmatch/free cycle. ---