(copy_internal): When preserving links, unlink
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 17:19:25 +0000 (17:19 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 2004 17:19:25 +0000 (17:19 +0000)
commit367719ba5f1dbd5e2f7fa2466c441f23f66a7c9e
tree966bc50a01e693f4b80210683c5ba2ce3afede63
parenteb1d2a52ddad0502e1dd8eae3a9d3814f54ba006
(copy_internal): When preserving links, unlink
a destination with link count greater than one.  This is so
that commands like "cp -a" don't get confused when copying into
a destination that already contains many hard links.
src/copy.c