merge_files: add extra sanity check that input files are in fact files
authorZygo Blaxell <zblaxell@waya.furryterror.org>
Sat, 9 Jan 2010 02:33:20 +0000 (21:33 -0500)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Sat, 9 Jan 2010 02:33:20 +0000 (21:33 -0500)
commit6910de85c5daa8b99a1ea7d6e4614584fbfdfec5
tree494b91c326b27bd0224ebf3246da01cb0d4e6ada
parente92b42b97ce1be0e2fc8accc46a2a944db923a2f
merge_files: add extra sanity check that input files are in fact files

Now that there is no '-f _' filter in the input loop, merge_files may
encounter a candidate or incumbent filename which resolves to a non-file
object on the filesystem.  If --skip-hash is not used, this sanity check
will be applied during file hashing; however, if --skip-hash is used,
the sanity check will not be applied until the files are compared.
faster-dupemerge