summaryrefslogtreecommitdiffstats
path: root/src/mv.c
AgeCommit message (Expand)AuthorLines
2021-05-08maint: consistently free hash structures in dev modePádraig Brady-0/+4
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-1/+1
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-11-22maint: minor cleanupBernhard Voelker-4/+3
2020-11-21maint: port from matchpathcon to selabel_lookupPaul Eggert-3/+6
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-07-05build: update gnulib submodule to latestPaul Eggert-2/+2
2018-06-20rm: add --preserve-root=all to protect mountsPádraig Brady-0/+2
2018-01-10mv: fewer syscalls for ‘mv a b’Paul Eggert-4/+18
2018-01-04mv: -n overrides -uPaul Eggert-0/+3
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-24copy: revert recent patch for vulnerable dirsPaul Eggert-16/+6
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-09-19copy: check for vulnerable target dirsPaul Eggert-6/+16
2017-07-30copy: sanity-check --suffixPaul Eggert-1/+3
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-3/+1
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-0/+1
2016-11-07maint: refactor printing of backup suffix --helpPádraig Brady-13/+1
2016-11-07maint: simplify handling of backup --suffix in various toolsRishabh Dave-9/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-13/+14
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-8/+7
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-24mv: use reflink=auto mode by defaultDavid Sterba-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-1/+2
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-1/+14
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg-2/+3
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala-0/+1
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj-0/+1
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering-1/+1
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-7/+7
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+2
2010-07-01cp: add an option to only copy the file attributesPádraig Brady-0/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-11rm: rewrite to use ftsJim Meyering-1/+4
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady-1/+1