From: Wayne Davison Date: Thu, 13 May 2004 07:08:25 +0000 (+0000) Subject: The finish_transfer() call takes an arg that specifies if we should set the X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4ecc9e6b64f568f5ca6e98448c953d95c68bb3a3?hp=4ecc9e6b64f568f5ca6e98448c953d95c68bb3a3 The finish_transfer() call takes an arg that specifies if we should set the modtime or not on the finished file. It calls set_perms(), which now takes a flag arg that allows us to specify if we want to skip the modtime modification. ---