From: Martin Pool Date: Mon, 8 Apr 2002 04:10:20 +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/b35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0?hp=b35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0 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. ---