From: Zygo Blaxell Date: Sat, 9 Jan 2010 04:09:27 +0000 (-0500) Subject: Allow --skip-hash and --skip-compare to be specified together X-Git-Tag: dm6-0.20100514~16 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=f8a17dc3c61e9daac88a105715e3584da6cec32a;hp=f8a17dc3c61e9daac88a105715e3584da6cec32a;p=dupemerge Allow --skip-hash and --skip-compare to be specified together Since --skip-hash is now a threshold parameter which applies to some files and not others, it makes sense to allow --skip-compare to be specified at the same time. --skip-compare is respected for files smaller than the --skip-hash threshold, since such files will always be hashed. --skip-compare is ignored for files larger than or equal to the --skip-hash threshold since such files will never be hashed. ---