Implement --tweak, --no-tweak, --no-tweak-hlinked options. old/matt
authorMatt McCutchen <matt@mattmccutchen.net>
Mon, 17 Mar 2008 23:55:50 +0000 (19:55 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Thu, 20 Mar 2008 18:11:24 +0000 (14:11 -0400)
commit7359a58b5390106df7e4037ec4513055844e1952
treee4c9b5574ae6bfb87183367d52f0466b6ec281f6
parentcb8988eb4ab8147ef832c03bc01902ce3be4dcf5
Implement --tweak, --no-tweak, --no-tweak-hlinked options.

- The meat of the implementation is in recv_generator.
- Comprehensive test case included!  In the process, I enhanced check_perms and
  moved the code to test a config.h setting from itemize.test to a function
  config_test in rsync.fns.
generator.c
options.c
receiver.c
rsync.yo
testsuite/itemize.test
testsuite/rsync.fns
testsuite/tweak-opts.test [new file with mode: 0644]
util.c