aboutsummaryrefslogtreecommitdiff
path: root/Command/Move.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
* copy, move: Behave same with --fast when sending to remotes located on a loca...Gravatar Joey Hess2017-09-29
* move, copy: Support --batch.Gravatar Joey Hess2017-08-15
* support --to=. as shorthand for --to=hereGravatar Joey Hess2017-06-01
* move --to=hereGravatar Joey Hess2017-05-31
* support parsing options like --to=hereGravatar Joey Hess2017-05-31
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* enable forwardRetry for command-line transfersGravatar Joey Hess2016-10-26
* copy, move, mirror: Support --json and --json-progress.Gravatar Joey Hess2016-09-09
* 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
* move --to: Better behavior when system is completely out of disk space; drop ...Gravatar Joey Hess2016-06-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
* also generate a drop safety proof for move --from remoteGravatar Joey Hess2015-10-09
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* add lockContentSharedGravatar Joey Hess2015-10-08
* 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
* 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
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* 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
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* hlintGravatar Joey Hess2014-10-09
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* avoid trying to create a content file in order to lock itGravatar Joey Hess2014-08-20
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* add desktop notificationsGravatar Joey Hess2014-03-22
* copy --fast --to remote: Avoid printing anything for files that are already b...Gravatar Joey Hess2014-03-13
* reorganize some files and importsGravatar Joey Hess2014-01-26
* refactorGravatar Joey Hess2014-01-26
* global numcopies settingGravatar Joey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* copy --from, get --from: When --force is used, ignore the location log and al...Gravatar Joey Hess2013-12-02
* 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