From: Wayne Davison Date: Sun, 17 Aug 2003 21:29:11 +0000 (+0000) Subject: - Made special exclusion-handling of '.' work in -R mode (so that we X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6931c13800a3b3486a55c3060744a9a0b86d6c6e?hp=6931c13800a3b3486a55c3060744a9a0b86d6c6e - Made special exclusion-handling of '.' work in -R mode (so that we can't accidentally lose the '.' dir and not transfer anything at all). - Add a trailing '.' onto all '/'-trailing names, even '/' (fixes skipped deletions in -R mode from '/'). - Fixed loss of FLAG_DELETE on user-specified dir when unduplicating '.' (could happen on "./." or similar). ---