Allow --skip-hash and --skip-compare to be specified together
authorZygo Blaxell <zblaxell@waya.furryterror.org>
Sat, 9 Jan 2010 04:09:27 +0000 (23:09 -0500)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Sat, 9 Jan 2010 04:09:27 +0000 (23:09 -0500)
commitf8a17dc3c61e9daac88a105715e3584da6cec32a
tree583f4c35fb5a6f7dae7381285205252421af91ea
parenta433cb10cd4e633289a448649f9509e1b24d9c7e
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.
faster-dupemerge