From: Wayne Davison Date: Fri, 8 Dec 2006 20:42:45 +0000 (+0000) Subject: - The --delete-delay code now does its own output buffering. This X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/20319fd9ede4ad873ba746942453fe462f2874af?hp=20319fd9ede4ad873ba746942453fe462f2874af - The --delete-delay code now does its own output buffering. This allows us to delay opening a temp file to hold the list of deletions until we overflow the buffer (and thus, it's not usually needed). - Fall back to doing a --delete-after pass if the --delete-delay code has a temp-file-writing failure. ---