From: Wayne Davison Date: Wed, 16 Feb 2005 08:10:41 +0000 (+0000) Subject: - We now accept an itemized-changes flag byte over the socket if we're X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8a9cfb24590872230f6928cf00f5b994b3f537dc?hp=8a9cfb24590872230f6928cf00f5b994b3f537dc - We now accept an itemized-changes flag byte over the socket if we're in --itemized-changes mode. If the item is not being updated, either pass it along to the receiver (if we're the server) or just call log_send(). - We reject an attempt to file-update any non-regular file, not just dirs. - Avoid the verbose "log the transfer" output if --log-format was specified and log_before_transfer is in effect. - Call log_send() with its new iflags arg. ---