summaryrefslogtreecommitdiff
path: root/src/copy.h
Commit message (Expand)AuthorAgeFilesLines
* cp,mv: add --update=none to always skip existing filesPádraig Brady2023-04-081-1/+15
* cp,install,mv: add --debug to explain how a file is copiedPádraig Brady2023-02-241-0/+3
* mv: new option --no-copyPaul Eggert2023-01-271-3/+3
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* maint: adjust to Gnulib stdbool C23 changePaul Eggert2022-09-121-1/+0
* 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: add function attributes to .h filesPaul Eggert2021-10-311-9/+13
* doc: modernize usage of “disk” and “core”Paul Eggert2021-07-281-1/+1
* maint: consistently free hash structures in dev modePádraig Brady2021-05-081-0/+2
* 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: port from matchpathcon to selabel_lookupPaul Eggert2020-11-211-3/+5
* cp: default to COWPaul Eggert2020-06-181-2/+2
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* cp: fix /dev/stdin problem on SolarisPaul Eggert2019-05-281-5/+0
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* mv: fewer syscalls for ‘mv a b’Paul Eggert2018-01-101-0/+9
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* cp: set SELinux context for --parents directoriesPádraig Brady2017-02-221-0/+8
* 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/+3
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker2015-01-311-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* selinux: adjust utils to run restorecon with -ZPádraig Brady2013-11-271-0/+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
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-221-4/+4
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: use "const" and "pure" function attributes where possibleJim Meyering2011-07-021-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* cp: add an option to only copy the file attributesPádraig Brady2010-07-011-0/+4
* doc: clarify when cp and mv output xattr warningsPádraig Brady2010-04-121-17/+18
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady2009-08-291-2/+20
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-2/+2
* cp: accept the --reflink optionGiuseppe Scrivano2009-08-071-0/+3
* cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík2009-02-181-0/+6
* update copyright dates from recent changesJim Meyering2009-02-021-1/+1
* cp/mv: add xattr supportKamil Dudka2009-01-291-0/+13
* reflect gnulib's removal of lstat.hJim Meyering2008-10-211-1/+0
* Make copyright comments consistent.Jim Meyering2008-02-281-1/+1
* Fix a security race with "cp -p A B" when B already exists.Paul Eggert2007-12-011-1/+8
* cp: by default, refuse to copy through a dangling destination symlinkJim Meyering2007-11-221-15/+20