summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-27 19:05:28 +0000
committerJim Meyering <jim@meyering.net>2005-08-27 19:05:28 +0000
commitc4bb860e0fbe87d9ffc994e15f9633416bc7e3f8 (patch)
tree9a169721b5c97a6cbe3e00649204900d6e9d7eac
parente2ea930478bc72921454911b0ef495c903e85756 (diff)
downloadcoreutils-c4bb860e0fbe87d9ffc994e15f9633416bc7e3f8.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3b93f8c3..d9e0c17c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 5.3.1-cvs.
+ * src/du.c: Go ahead and leave the patch in (i.e., revert
+ today's change). It doesn't cause a problem after all, since
+ --exclude-from=- is always handled before --files0-from=F.
+
* src/du.c: Revert the du.c part of the change from 2005-07-02:
That change (to reopen stdin on F for --files0-from=F) made it so
--exclude-from=- and --files0-from=F would not work together.