summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2014-09-18 11:31:22 +0100
committerPádraig Brady <P@draigBrady.com>2014-09-19 11:25:23 +0100
commit756a928c8c4823bd0ed541ecbbc5b4ea7a2ccaa9 (patch)
tree822857b880e991b55b831791db5180d166b7a1c3 /NEWS
parent90aa291c39ca8970fbce310cc317c5cc7b392691 (diff)
downloadcoreutils-756a928c8c4823bd0ed541ecbbc5b4ea7a2ccaa9.tar.xz
cp: fix handling of -H with multiply specified source dirs
Following on from commit v5.92-729-g130dd06, also avoid the erroneous directory hardlink warning with -H. * src/copy.c (copy_internal): Also handle the -H case for command line arguments. * tests/cp/duplicate-sources.sh: Augment the test case. * NEWS: Augment the news entry.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7e623dca9..f25aaaf0b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,9 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
cp no longer issues an incorrect warning about directory hardlinks when a
- source directory is specified multiple times. Instead a warning is issued
- and the duplicate source directory is skipped, as already the case for files.
+ source directory is specified multiple times. Now, consistent with other
+ file types, a warning is issued for source directories with duplicate names,
+ or with -H the directory is copied again using the symlink name.
** New features