]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Mention that:
authorJim Meyering <jim@meyering.net>
Thu, 11 May 2006 08:57:45 +0000 (08:57 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 11 May 2006 08:57:45 +0000 (08:57 +0000)
  mv -T DIR EMPTY_DIR no longer fails unconditionally

NEWS

diff --git a/NEWS b/NEWS
index 8ede7ee8028e7431ae47e7af1b898e84a0fc460c..b60b09639a17c0538b53f8b1ba7914cb118069c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -143,6 +143,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   mv: moving a symlink into the place of an existing non-directory is
   now done atomically;  before, mv would first unlink the destination.
 
+  mv -T DIR EMPTY_DIR no longer fails unconditionally
+
   rm (on systems with openat) can no longer exit before processing
   all command-line arguments.