From: Wayne Davison Date: Wed, 23 May 2007 00:42:38 +0000 (+0000) Subject: - Output a -vvv(erbose) message in the touch_up_dirs() loop. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0bb86165351ce3b5c5e0db487cade12ce4606740?hp=0bb86165351ce3b5c5e0db487cade12ce4606740 - Output a -vvv(erbose) message in the touch_up_dirs() loop. - Made the keep-alive counter in touch_up_dirs() work better. - Use !(N & 0xFF) instead of !(N % 200). ---