cp -pu and mv -u (when copying) now take the destination
authorJim Meyering <jim@meyering.net>
Mon, 12 Apr 2004 09:20:47 +0000 (09:20 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Apr 2004 09:20:47 +0000 (09:20 +0000)
file system time stamp resolution into account.

NEWS

diff --git a/NEWS b/NEWS
index 5eb6645..c36a67b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** New features
 
+  cp -pu and mv -u (when copying) now don't bother to update the
+  destination if the resulting time stamp would be no newer than the
+  preexisting time stamp.  This saves work in the common case when
+  copying or moving multiple times to the same destination in a file
+  system with a coarse time stamp resolution.
+
   dd has new conversions for the conv= option:
 
     nocreat   do not create the output file