diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-04-12 12:47:30 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-04-12 18:35:17 +0100 |
commit | 3d53e7fe1c31aa440cc9708c7c51db6b78c07653 (patch) | |
tree | 13fc2d863087f5a0e2664592aa4902308e6fb0f0 /NEWS | |
parent | 7e0ef7c035a4ef331dfd5019465ad00171a7b800 (diff) | |
download | coreutils-3d53e7fe1c31aa440cc9708c7c51db6b78c07653.tar.xz |
cp: change --attributes-only to not truncate existing files
* src/copy.c (copy_reg): Don't truncate an existing file,
to support copying attributes between existing files.
The original use case only considered creating new files,
and it would be a very unusual use case to be relying
on the truncating behavior.
* doc/coreutils.texi (cp invocation): Mention the non
truncating behavior.
* tests/cp/attr-existing: A new test to ensure O_TRUNC skipped.
* tests/Makefile.am: Reference the new test.
* NEWS: Mention the change in behavior.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Changes in behavior + + cp --attributes-only no longer truncates any existing destination file, + allowing for more general copying of attributes from one file to another. + * Noteworthy changes in release 8.16 (2012-03-26) [stable] |