Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | |
Run "make update-copyright". | |||
2010-05-19 | du: recognize -d N as equivalent to --max-depth=N | Jon Ringuette | |
* NEWS (New features): Mention it. * src/du.c (DEBUG_OPT): Remove. Use long-named ---debug instead. Commented out. (MAX_DEPTH_OPTION): Remove. Use 'd' instead. (main): Insert literal "d:"; remove DEBUG_OPT. * doc/coreutils.texi (du invocation): Add -d to indices. * tests/du/max-depth: Exercise -d, too. | |||
2010-05-19 | tests: exercise du's --max-depth option | Jim Meyering | |
* tests/Makefile.am (TESTS): Add du/max-depth. * tests/du/max-depth: New file. |