From: Wayne Davison Date: Tue, 21 Sep 2004 09:24:02 +0000 (+0000) Subject: - Turned readlink_stat() into a static function. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/23f4587f2b71f9ebb135d714a14e551ea494c8f9?hp=23f4587f2b71f9ebb135d714a14e551ea494c8f9 - Turned readlink_stat() into a static function. - Made readlink_stat() no longer honor keep_dirlinks. - The make_file() function now checks keep_dirlinks late in the function so that it only transforms a symlink to a local dir into a directory if the receiver also has a directory by that name. This makes the use of --delete with --keep-dirlinks work much better. ---