]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
du --exclude=P now compares pattern P against the entire name
authorJim Meyering <jim@meyering.net>
Wed, 5 Jan 2005 07:56:45 +0000 (07:56 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Jan 2005 07:56:45 +0000 (07:56 +0000)
  of each file, rather than just the final component.

NEWS

diff --git a/NEWS b/NEWS
index 228a0f6ae0107ec054ef3d80d506359d1c5ab2e2..b20f5d8d6d74a3f9f7bfcba5aa3eb58b82d3d6c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   Since the bug was in the underlying fts.c module, it also affected
   chown, chmod, and chgrp.
 
+  du --exclude=P now compares pattern P against the entire name
+  of each file, rather than just the final component.
+
   echo now conforms to POSIX better.  It supports the \0ooo syntax for
   octal escapes, and \c now terminates printing immediately.  If
   POSIXLY_CORRECT is set and the first argument is not "-n", echo now