]> git.cworth.org Git - tar/commit
Preserve hard links with --remove-files
authorCarl Worth <cworth@cworth.org>
Thu, 30 Jul 2009 03:45:58 +0000 (20:45 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 30 Jul 2009 11:42:12 +0000 (04:42 -0700)
commitf1ed85d46043c523cd5b8196c1d266f3606a2531
tree744088c5ac98dee6671d363ff77568aa714f1432
parenta39751e44721377bf30522e2fe278051daa3cee1
Preserve hard links with --remove-files

When the --remove-files option is in effect, it is no longer
reliable to use a file's link count to determine if we should
use the hash table for hard links. Instead, we look into the
hash table for every file when under the influence of the
--remove-files option.
debian/changelog
src/create.c