summaryrefslogtreecommitdiff
path: root/src/mv.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-19cp: improve status message when omitting directoriesPádraig Brady
2016-11-07maint: refactor printing of backup suffix --helpPádraig Brady
2016-11-07maint: simplify handling of backup --suffix in various toolsRishabh Dave
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-24mv: use reflink=auto mode by defaultDavid Sterba
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala
2012-08-14rm: new option --dir (-d) to remove empty directoriesKrzysztof Goj
2012-03-26doc: use $(...), not `...` in documentation and commentsJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-11rm: rewrite to use ftsJim Meyering
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-05-03mv, rm: adapt to new and improved gnulib interfacesDavid Bartley
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík
2009-01-29cp/mv: add xattr supportKamil Dudka
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert 3-author programs to use proper_nameJim Meyering
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert