diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-19 10:14:41 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-19 10:14:41 +0200 |
commit | 7465b002f9c8850a279568f832ff238ad5ba1476 (patch) | |
tree | 05022a53f7aecb02488253491003dd605829fbbb /ChangeLog | |
parent | 8062509aa78d50e071eb95ec8a5dae88fbc00263 (diff) | |
download | coreutils-7465b002f9c8850a279568f832ff238ad5ba1476.tar.xz |
"cp -i --update older newer" no longer prompts; same for mv
* src/copy.c (copy_internal): Perform "update" check before the
possible interactive prompt. Reported by zeno_AT_biyg_DOT_org
in <http://bugzilla.redhat.com/248591>
* tests/mv/update: Add tests for the above.
* NEWS: Mention the bug fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-07-18 Jim Meyering <jim@meyering.net> + + "cp -i --update older newer" no longer prompts; same for mv + * src/copy.c (copy_internal): Perform "update" check before the + possible interactive prompt. Reported by zeno_AT_biyg_DOT_org + in <http://bugzilla.redhat.com/248591> + * tests/mv/update: Add tests for the above. + * NEWS: Mention the bug fix. + 2007-07-15 Jim Meyering <jim@meyering.net> ls --color: Don't stat symlinks when neither ORPHAN nor MISSING |