From: Wayne Davison Date: Wed, 16 Feb 2005 08:10:25 +0000 (+0000) Subject: Changed showchg() into itemize(), which now ships off a flag byte of X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c557eb8cec91f1a299a07ad7728113a74c8f41e6?hp=c557eb8cec91f1a299a07ad7728113a74c8f41e6 Changed showchg() into itemize(), which now ships off a flag byte of what changed over to the sender instead of outputting a string itself. This does mean that we now ship off indexes of non-file items that got updated, but the sender will know what to do with it. ---