diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 17:19:07 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-11 17:19:07 +0000 |
commit | eb1d2a52ddad0502e1dd8eae3a9d3814f54ba006 (patch) | |
tree | ad707025f34e59fff897f919758e1e7acc0fdd73 /ChangeLog | |
parent | 34e29318a5e1aa1384d0b347df823319375171ba (diff) | |
download | coreutils-eb1d2a52ddad0502e1dd8eae3a9d3814f54ba006.tar.xz |
Fix cp -a confusion bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-08-11 Paul Eggert <eggert@cs.ucla.edu> + + * src/copy.c (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. Problem + reported by Tim Waugh in: + http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00053.html + 2004-08-10 Paul Eggert <eggert@cs.ucla.edu> Convert all files to UTF-8. |