diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-26 15:53:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-26 15:53:24 +0000 |
commit | 146af5fb139a5c45c12bd40c6114cd842b3ba0c6 (patch) | |
tree | 3d1788b82328e5036903b57ff51d81462860ceb6 /ChangeLog | |
parent | 8f8f1d01884eadb85326f2bacbb80944aa01f871 (diff) | |
download | coreutils-146af5fb139a5c45c12bd40c6114cd842b3ba0c6.tar.xz |
Fix "mv --verbose --backup" so its output includes the
" (backup: foo.~1~)" suffix also when backing up a directory.
* NEWS: Report this bug fix.
* src/copy.c (emit_verbose): New function, factored out of...
(copy_internal): ...here. Use the new function.
* tests/mv/backup-dir: Test for the above fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-08-26 Jim Meyering <jim@meyering.net> + + Fix "mv --verbose --backup" so its output includes the + " (backup: foo.~1~)" suffix also when backing up a directory. + * NEWS: Report this bug fix. + * src/copy.c (emit_verbose): New function, factored out of... + (copy_internal): ...here. Use the new function. + * tests/mv/backup-dir: Test for the above fix. + 2006-08-25 Paul Eggert <eggert@cs.ucla.edu> * .x-sc_no_if_have_config_h: Remove; no longer needed. |