From: Wayne Davison Date: Sat, 22 Jan 2005 22:48:27 +0000 (+0000) Subject: - Mustn't override a user-specified list_only value. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9bcb25958de5e2b6a852f67122472cc66471525f?hp=9bcb25958de5e2b6a852f67122472cc66471525f - Mustn't override a user-specified list_only value. - Moved the computing of the options for the server down until after we've figured out the protocol_version for the transfer. - If we're talking to a protocol-29 server in list-only mode, force the new --list-only mode (which avoids the -r with --exclude="/*/*" kluge). - Output the options we sent to the daemon if verbose > 1. ---