]> git.cworth.org Git - tar/commitdiff
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)
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.


No differences found