From: Martin Pool Date: Mon, 8 Apr 2002 04:16:46 +0000 (+0000) Subject: Split code out into separate files and remove some global variables to X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0ecfbf27c3b9e01d498201e90e7d0a89a9d0a47c?hp=0ecfbf27c3b9e01d498201e90e7d0a89a9d0a47c Split code out into separate files and remove some global variables to reduce symbol dependencies between files and therefore make it easier to write unit tests. The diff is large, but the actual code changes are pretty small. ---