aboutsummaryrefslogtreecommitdiff
path: root/Command/Get.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* showStart variant for when there's no worktree fileGravatar Joey Hess2017-11-28
* better dup key with -J fixGravatar Joey Hess2017-10-17
* Improve behavior when -J transfers multiple files that point to the same keyGravatar Joey Hess2017-10-17
* Avoid repeated checking that files passed on the command line exist.Gravatar Joey Hess2017-10-16
* support parsing options like --to=hereGravatar Joey Hess2017-05-31
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* enable forwardRetry for command-line transfersGravatar Joey Hess2016-10-26
* addurl, get: Added --json-progress option, which adds progress objects to the...Gravatar Joey Hess2016-09-09
* get -J: Download different files from different remotes when the remotes have...Gravatar Joey Hess2016-09-06
* remove TransferObserverGravatar Joey Hess2016-08-03
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* --branch, stage 2Gravatar Joey Hess2016-07-20
* get: Add --batch and --json options.Gravatar Joey Hess2016-07-05
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* wipGravatar 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
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * refactorGravatar Joey Hess2015-04-30
* | get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
|/
* --auto is no longer a global option; only get, drop, and copy accept it.Gravatar Joey Hess2015-03-25
* The file matching options are now only accepted by commands that can actually...Gravatar Joey Hess2015-02-06
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Fix wording of message displayed when unable to get a file that is available ...Gravatar Joey Hess2015-01-16
* 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
* add desktop notificationsGravatar Joey Hess2014-03-22
* reorganize some files and importsGravatar Joey Hess2014-01-26
* refactorGravatar 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
* sync --content: New option that makes the content of annexed files be transfe...Gravatar Joey Hess2014-01-19
* hlintGravatar Joey Hess2013-09-25
* mirror: New command, makes two repositories contain the same set of files.Gravatar Joey Hess2013-08-20
* moved AssociatedFile definitionGravatar Joey Hess2013-07-04
* --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
* connect existing meters to the transfer log for downloadsGravatar Joey Hess2013-04-11
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* two types of byNameGravatar Joey Hess2013-03-05
* drop: Suggest using git annex move when numcopies prevents dropping a file.Gravatar Joey Hess2013-01-09