summaryrefslogtreecommitdiff
path: root/src/mv.c
Commit message (Expand)AuthorAgeFilesLines
* cp,mv: add --update=none to always skip existing filesPádraig Brady2023-04-081-5/+44
* cp,install,mv: add --debug to explain how a file is copiedPádraig Brady2023-02-241-1/+11
* mv: new option --no-copyPaul Eggert2023-01-271-1/+7
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* cp,mv,install: avoid excess stat calls on non-GNUPaul Eggert2022-04-121-4/+6
* cp,mv,install: modularize targetdirPaul Eggert2022-04-121-0/+1
* cp: simplify cp/install/ln/mv pacificationPaul Eggert2022-01-311-5/+1
* mv: when installing to dir use dir-relative namesPaul Eggert2022-01-291-80/+63
* cp: omit unnecessary stat of destinationPaul Eggert2022-01-141-1/+1
* cp: when copying to dir use dir-relative namesPaul Eggert2022-01-131-1/+2
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-1/+1
* maint: consistently free hash structures in dev modePádraig Brady2021-05-081-0/+4
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: minor cleanupBernhard Voelker2020-11-221-4/+3
* maint: port from matchpathcon to selabel_lookupPaul Eggert2020-11-211-3/+6
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* build: update gnulib submodule to latestPaul Eggert2018-07-051-2/+2
* rm: add --preserve-root=all to protect mountsPádraig Brady2018-06-201-0/+2
* mv: fewer syscalls for ‘mv a b’Paul Eggert2018-01-101-4/+18
* mv: -n overrides -uPaul Eggert2018-01-041-0/+3
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* copy: revert recent patch for vulnerable dirsPaul Eggert2017-09-241-16/+6
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* copy: check for vulnerable target dirsPaul Eggert2017-09-191-6/+16
* copy: sanity-check --suffixPaul Eggert2017-07-301-1/+3
* maint: use C99 for loop initial declarations where possiblePádraig Brady2017-06-171-3/+1
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* cp: improve status message when omitting directoriesPádraig Brady2016-11-191-0/+1
* maint: refactor printing of backup suffix --helpPádraig Brady2016-11-071-13/+1
* maint: simplify handling of backup --suffix in various toolsRishabh Dave2016-11-071-9/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-13/+14
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-8/+7
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* mv: use reflink=auto mode by defaultDavid Sterba2014-09-241-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady2013-12-051-1/+2
* selinux: adjust utils to run restorecon with -ZPádraig Brady2013-11-271-1/+14
* maint: improve error messages upon failed read, write, access, closeBenno Schulenberg2013-02-061-2/+3
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* cp: fix the --no-preserve=mode optionOndrej Oprala2012-09-281-0/+1
* rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj2012-08-141-0/+1
* doc: use $(...), not `...` in documentation and commentsJim Meyering2012-03-261-1/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1