| Age | Commit message (Expand) | Author | Lines |
| 2026-03-02 | test: cp: add test for non-UTF8 directory names | Sylvestre Ledru | -0/+47 |
| 2026-02-18 | tests: use system ENOTSUP message | Pádraig Brady | -5/+6 |
| 2026-02-18 | maint: tests: avoid AIX specific EACCES handling | Pádraig Brady | -11/+5 |
| 2026-02-12 | tests: cp: ensure --debug output failure is diagnosed | oech3 | -0/+5 |
| 2026-02-07 | tests: cp: ensure read-only dir perms preserved | Sylvestre Ledru | -0/+65 |
| 2026-01-06 | tests: cp: fix always skipped nfs-removal-race.sh | Pádraig Brady | -1/+13 |
| 2026-01-06 | tests: cp: support glibc 2.33+ in nfs-removal-race test | Christopher Illarionova | -7/+43 |
| 2026-01-01 | maint: run 'make update-copyright' | Collin Funk | -64/+64 |
| 2025-11-30 | tests: copy: reinstate check for symlink xattr copying | Pádraig Brady | -1/+27 |
| 2025-11-30 | tests: avoid skip due to missing nouser_xattr support | Pádraig Brady | -35/+18 |
| 2025-11-01 | copy: don't avoid copy-offload upon SEEK_HOLE indicating non-sparse | Pádraig Brady | -0/+10 |
| 2025-08-23 | tests: cp: ensure copy offload is not disabled for sparse files | Pádraig Brady | -1/+20 |
| 2025-05-21 | tests: avoid hung tests on older macOS | Pádraig Brady | -2/+2 |
| 2025-01-20 | tests: remove use of unprotected 'set' | Pádraig Brady | -1/+1 |
| 2025-01-07 | cp,mv: decouple --update from -f,-i,-n options | Pádraig Brady | -0/+3 |
| 2025-01-06 | cp,mv: ensure -i,f are not overridden by -u | Pádraig Brady | -0/+19 |
| 2025-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -64/+64 |
| 2024-02-26 | cp,mv: add --update=none-fail to fail if existing files | Pádraig Brady | -0/+3 |
| 2024-02-26 | cp,mv: reinstate that -n exits with success if files skipped | Pádraig Brady | -6/+5 |
| 2024-02-22 | cp: add --keep-directory-symlink option | Daan De Meyer | -0/+27 |
| 2024-01-17 | tests: make ulimit -v interact better with ASAN | Pádraig Brady | -1/+1 |
| 2024-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -63/+63 |
| 2023-12-19 | copy,install: avoid unnecessary security context translations | Christian Göttsche | -0/+6 |
| 2023-08-28 | maint: spelling fixes, including author names | Paul Eggert | -1/+1 |
| 2023-08-21 | cp: with --sparse=never, avoid COW and copy offload | Pádraig Brady | -0/+5 |
| 2023-05-03 | cp: -p --parents: fix failure to preserve permissions for absolute paths | Pádraig Brady | -0/+6 |
| 2023-04-25 | copy: reduce verbosity of -i and -u with --verbose | Pádraig Brady | -5/+8 |
| 2023-04-24 | tests: avoid failure when cp fails for proc files | Andreas Schwab | -1/+7 |
| 2023-04-13 | tests: avoid dependence on file layout for cp sparse check | Pádraig Brady | -14/+4 |
| 2023-04-10 | tests: avoid non portable brace expansion | Pádraig Brady | -2/+2 |
| 2023-04-08 | cp,mv: issue "skipped" messages when skipping files | Pádraig Brady | -5/+12 |
| 2023-04-04 | cp: fix --backup with subdirectories | Pádraig Brady | -1/+7 |
| 2023-03-15 | test: avoid a test hang on Hurd | Pádraig Brady | -1/+1 |
| 2023-02-24 | tests: determine if SEEK_HOLE is enabled | Pádraig Brady | -4/+4 |
| 2023-02-24 | cp,install,mv: add --debug to explain how a file is copied | Pádraig Brady | -0/+28 |
| 2023-02-03 | tests: fix exit status check in cp -u test | Pádraig Brady | -1/+1 |
| 2023-01-31 | cp,mv: skipping due to -u is success, not failure | Paul Eggert | -2/+2 |
| 2023-01-31 | cp,ln,mv: when skipping exit with nonzero status | Paul Eggert | -8/+8 |
| 2023-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -62/+62 |
| 2022-12-29 | maint: avoid recent syntax check failure | Pádraig Brady | -2/+3 |
| 2022-12-26 | tests: accommodate bogomips capitalizations | Paul Eggert | -2/+2 |
| 2022-04-09 | cp,mv,install: avoid opening non directory destination | Pádraig Brady | -7/+5 |
| 2022-01-13 | cp: when copying to dir use dir-relative names | Paul Eggert | -1/+9 |
| 2022-01-02 | maint: update all copyright year number ranges | Pádraig Brady | -62/+62 |
| 2021-11-20 | cp: fix --preserve=ownership permissions bug | Paul Eggert | -1/+9 |
| 2021-09-25 | tests: cp/sparse-perf: make more robust and add zfs comments | Pádraig Brady | -16/+10 |
| 2021-09-24 | tests: sparse-perf: avoid false failure | Pádraig Brady | -1/+10 |
| 2021-08-25 | tests: avoid reflinks when testing SEEK_DATA logic | Pádraig Brady | -15/+20 |
| 2021-07-28 | doc: modernize usage of “disk” and “core” | Paul Eggert | -1/+1 |
| 2021-05-12 | tests: fix tests/cp/sparse-2.sh false failure on some systems | Pádraig Brady | -3/+10 |