From: Wayne Davison Date: Wed, 9 Mar 2005 23:46:28 +0000 (+0000) Subject: - Improved the error-checking for some delete_item() calls. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1f1d368ad5b085beaa8669ef6f96fc4cc6bd20a4?hp=1f1d368ad5b085beaa8669ef6f96fc4cc6bd20a4 - Improved the error-checking for some delete_item() calls. - Move the non-regular-file delete-check above the alt-basis check where it belongs. - Keep track of the real statret and real stat-struct for certain alt-basis scenarios (e.g. partial-dir and fuzzy) so that we send the right itemized change flags. ---