| Age | Commit message (Expand) | Author | Lines |
| 2013-08-05 | doc: more semicolons instead of periods in option descriptions | Benno Schulenberg | -6/+6 |
| 2013-08-01 | doc: use semicolon instead of period in option descriptions | Benno Schulenberg | -3/+3 |
| 2013-07-27 | du: add --inodes option | Bernhard Voelker | -4/+34 |
| 2013-07-22 | maint: use new gnulib function to free mount entries in du | Bernhard Voelker | -6/+1 |
| 2013-06-12 | doc: clarify the description of du --separate-dirs | Pádraig Brady | -1/+1 |
| 2013-01-23 | doc: fix order of du options in usage and texinfo manual | Bernhard Voelker | -12/+12 |
| 2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker | -4/+3 |
| 2013-01-21 | du: add -t SIZE, --threshold=SIZE option | Jakob Truelsen | -3/+31 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-09-30 | du: avoid abort on systems for which ->me_type is not malloc'd | Jim Meyering | -1/+2 |
| 2012-08-21 | du: handle bind-mounted directory cycles gracefully | Ondrej Oprala | -10/+60 |
| 2012-05-10 | maint: handle file sizes more reliably | Paul Eggert | -4/+8 |
| 2012-03-08 | du: fix -x: don't ignore non-directory arguments | Jim Meyering | -1/+8 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -4/+4 |
| 2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | -4/+4 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-12-14 | du: -x should not count files in other file systems | Paul Eggert | -0/+3 |
| 2011-06-13 | maint: use stat-size module from gnulib | James Youngman | -0/+1 |
| 2011-06-09 | maint: remove unneeded includes | Pádraig Brady | -1/+0 |
| 2011-03-03 | du: don't infloop for --files0-from=DIR | Jim Meyering | -7/+8 |
| 2011-01-10 | du: don't abort when a subdir is renamed during traversal | Jim Meyering | -4/+11 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert | -2/+4 |
| 2010-10-23 | du: don't print junk when diagnosing out-of-range time stamps | Paul Eggert | -2/+3 |
| 2010-07-24 | du: tune, and fix some -L bugs with dangling or cyclic symlinks | Paul R. Eggert | -69/+75 |
| 2010-07-09 | chcon, chmod, chown, du: don't translate "%s" | Paul Eggert | -1/+1 |
| 2010-07-06 | du: Hash with a mechanism that's simpler and takes less memory. | Paul Eggert | -14/+7 |
| 2010-07-04 | du: increase the initial dev-inode set size | Jim Meyering | -1/+1 |
| 2010-07-04 | du: use less than half as much memory when tracking hard links | Jim Meyering | -63/+10 |
| 2010-07-03 | du: don't miscount duplicate directories or link-count-1 files | Paul Eggert | -2/+13 |
| 2010-06-29 | doc: df, du, ls: improve --blocksize description in --help | Jim Meyering | -1/+3 |
| 2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering | -1/+1 |
| 2010-05-19 | du: recognize -d N as equivalent to --max-depth=N | Jon Ringuette | -8/+7 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-11-07 | build: consistently use freopen-safer | Eric Blake | -1/+1 |
| 2009-11-07 | maint: make du's cycle-detection code consistent | Jim Meyering | -11/+6 |
| 2009-11-05 | du: cleanup: remove dead-code vestige of already-removed option | Jim Meyering | -5/+0 |
| 2009-11-05 | du now diagnoses cycles, rather than ignoring them | Jim Meyering | -5/+18 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |
| 2009-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík | -4/+2 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: report fts_close failure | Pádraig Brady | -1/+4 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: do not ignore fts_close failure | Jim Meyering | -4/+2 |
| 2009-09-01 | maint: du: remove unnecessary initialization | Jim Meyering | -1/+0 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -309/+309 |
| 2009-02-13 | du,chgrp,chmod,chown: use FTS_DEFER_STAT | Jim Meyering | -2/+2 |
| 2008-12-16 | du: -H now does what POSIX requires | Jim Meyering | -9/+4 |