aboutsummaryrefslogtreecommitdiff
path: root/Command/Copy.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* move, copy: Support --batch.Gravatar Joey Hess2017-08-15
* move --to=hereGravatar Joey Hess2017-05-31
* support parsing options like --to=hereGravatar Joey Hess2017-05-31
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* copy, move, mirror: Support --json and --json-progress.Gravatar Joey Hess2016-09-09
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* missed adding allowConcurrentOutput hereGravatar Joey Hess2015-11-06
* copy --auto was checking the wrong repo's preferred content. (--from was chec...Gravatar Joey Hess2015-10-06
* The last release accidentially removed a number of options from the copy comm...Gravatar Joey Hess2015-07-30
* wipGravatar Joey Hess2015-07-09
* converted copy and moveGravatar Joey Hess2015-07-09
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* refactorGravatar Joey Hess2015-04-30
* --auto is no longer a global option; only get, drop, and copy accept it.Gravatar Joey Hess2015-03-25
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* reorganize some files and importsGravatar Joey Hess2014-01-26
* fix transfers of key with no associated fileGravatar Joey Hess2014-01-23
* reorgGravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* mirror: New command, makes two repositories contain the same set of files.Gravatar Joey Hess2013-08-20
* --unused: New switch that makes git-annex operate on all data found by the la...Gravatar Joey Hess2013-07-03
* --all for get, move, and copyGravatar Joey Hess2013-07-03
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* two types of byNameGravatar Joey Hess2013-03-05
* More commands work in direct mode repositories: find, whereis, move, copy, dr...Gravatar Joey Hess2013-01-05
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* --auto fixesGravatar Joey Hess2012-12-06
* where indentationGravatar Joey Hess2012-11-12
* assistant: Now honors preferred content settings when deciding what to transfer.Gravatar Joey Hess2012-10-09
* generalized Annex.WantedGravatar Joey Hess2012-10-08
* make copy --to check preferred content of the remoteGravatar Joey Hess2012-10-08
* copy, drop: Avoid checking numcopies attribute unnecessarilyGravatar Joey Hess2012-07-10
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* tweakGravatar Joey Hess2012-01-06
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06
* type alias cleanupGravatar Joey Hess2011-12-31
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* clean up check selection codeGravatar Joey Hess2011-10-29
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* move annex.numcopies parsing into withNumCopiesGravatar Joey Hess2011-09-15
* copy --autoGravatar Joey Hess2011-09-15
* clean up params in usage displayGravatar Joey Hess2011-09-15