| Age | Commit message (Expand) | Author | Lines |
| 2023-02-24 | cp,install,mv: add --debug to explain how a file is copied | Pádraig Brady | -4/+172 |
| 2023-02-23 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-02-23 | doc: chgrp,chmod,chown: state --reference always dereferences | Pádraig Brady | -5/+6 |
| 2023-02-21 | doc: fix some spelling mistakes | ChuanGang Jiang | -8/+8 |
| 2023-02-21 | maint: avoid -Wmaybe-uninitialized warning from GCC13 | Pádraig Brady | -1/+3 |
| 2023-02-21 | tests: initialize a variable | Jim Meyering | -0/+1 |
| 2023-02-21 | rm: --dir (-d): fix bugs in handling of empty, inaccessible directories | Jim Meyering | -7/+49 |
| 2023-02-18 | tests: port chmod/setgid.sh to macOS 12 | Paul Eggert | -8/+7 |
| 2023-02-18 | tests: port better to macOS group numbers | Paul Eggert | -1/+13 |
| 2023-02-18 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-02-16 | cp: fclonefileat security fix + CLONE_ACL + fixups | Paul Eggert | -13/+107 |
| 2023-02-10 | maint: fix some typos in comments | ChuanGang Jiang | -5/+5 |
| 2023-02-09 | cp: simplify infer_scantype | Paul Eggert | -10/+8 |
| 2023-02-06 | tail: improve --follow=name with single non regular files | Pádraig Brady | -2/+17 |
| 2023-02-06 | tail: fix support for -F with non seekable files | Pádraig Brady | -1/+6 |
| 2023-02-06 | cksum: add --raw option to output a binary digest | Pádraig Brady | -10/+144 |
| 2023-02-05 | build: uptime: avoid issues on systems without utmp.h | Pádraig Brady | -5/+4 |
| 2023-02-04 | maint: use alignasof, not stdalign | Paul Eggert | -3/+2 |
| 2023-02-04 | maint: prefer https: to git: | Paul Eggert | -4/+4 |
| 2023-02-04 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-02-03 | maint: avoid line length syntax check failure | Pádraig Brady | -2/+2 |
| 2023-02-03 | tests: fix exit status check in cp -u test | Pádraig Brady | -1/+1 |
| 2023-01-31 | cksum: accept new option: --base64 (-b) | Jim Meyering | -53/+261 |
| 2023-01-31 | doc: document --preserve=mode better | Paul Eggert | -1/+8 |
| 2023-01-31 | cp: improve --preserve usage doc | Paul Eggert | -5/+9 |
| 2023-01-31 | cp,mv: skipping due to -u is success, not failure | Paul Eggert | -8/+8 |
| 2023-01-31 | cp,ln,mv: when skipping exit with nonzero status | Paul Eggert | -30/+38 |
| 2023-01-30 | tests: cksum: fix test to include more cases | Pádraig Brady | -1/+1 |
| 2023-01-30 | digest.c: remove a duplicate variable | Jim Meyering | -4/+1 |
| 2023-01-30 | build: avoid spurious failures due to lack of EGREP definition | Jim Meyering | -1/+2 |
| 2023-01-27 | tests: ensure we fail if mv --no-copy crashes | Pádraig Brady | -2/+2 |
| 2023-01-27 | mv: new option --no-copy | Paul Eggert | -17/+63 |
| 2023-01-17 | maint: add lib/error.h to .gitignore | Pádraig Brady | -0/+1 |
| 2023-01-17 | doc: csplit: more accurate --elide-empty-files help | Pádraig Brady | -1/+1 |
| 2023-01-13 | build: update gnulib submodule to latest | Paul Eggert | -43/+0 |
| 2023-01-08 | copy: copy_file_range: handle ENOENT for CIFS | Pádraig Brady | -0/+9 |
| 2023-01-07 | maint: update .gitignore | Paul Eggert | -0/+2 |
| 2023-01-07 | maint: adjust to Gnulib macro renaming | Paul Eggert | -20/+20 |
| 2023-01-07 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-01-06 | copy: immediately fail with transient reflink errors | Pádraig Brady | -25/+80 |
| 2023-01-06 | all: further adjustments for new Ronna, Quetta SI prefixes | Pádraig Brady | -13/+21 |
| 2023-01-05 | numfmt: add support for new SI prefixes | Paul Eggert | -77/+126 |
| 2023-01-05 | ls: adjust to Gnulib renaming | Paul Eggert | -1/+1 |
| 2023-01-05 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2023-01-03 | maint: avoid grep warning in sc_prohibit_test_minus_ao | Bernhard Voelker | -1/+1 |
| 2023-01-02 | doc: copy: mention the reinstated I/O size constraints | Pádraig Brady | -1/+7 |
| 2023-01-02 | copy: fix possible over allocation for regular files | Paul Eggert | -1/+33 |
| 2023-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -818/+818 |
| 2023-01-01 | build: update gnulib submodule to latest | Pádraig Brady | -20/+25 |
| 2022-12-31 | stty: fix off by one column wrapping on output | Pádraig Brady | -1/+11 |