From: Wayne Davison Date: Sun, 7 Oct 2007 07:18:45 +0000 (+0000) Subject: - Simplified the code in recv_file_entry() for protocol 30. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ff0284ddc4bd7a1942033665e3d1dfa1ac4df4ff?hp=ff0284ddc4bd7a1942033665e3d1dfa1ac4df4ff - Simplified the code in recv_file_entry() for protocol 30. - Simplified the flag setting in send1extra since we know that recurse is set. - Make sure that FLAG_XFER_DIR is unset for a non-dot-dir when recurse is not set. - The --relative code wasn't setting is_dot_dir enough. ---