projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98bbee
)
provide more info
author
Jim Meyering
<jim@meyering.net>
Sun, 3 Dec 2006 10:30:41 +0000
(10:30 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 3 Dec 2006 10:30:41 +0000
(10:30 +0000)
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 8f030e1d3e5cb1bc8552e041e61a0089e82bff95..f73b2d076ed5f17a07ebf351dac205a3e81ed2af 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-4,6
+4,9
@@
p->fts_statp may not yet be defined.
(fts_read): Instead, set it in the caller, once p->fts_statp is
sure to be defined, and corresponds to a top-level directory.
+ This bug made du -x fail. Here's the coreutils test case:
+ http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
+ Reported by Mike Frysinger.
2006-12-01 Jim Meyering <jim@meyering.net>