summaryrefslogtreecommitdiff
path: root/Command/Drop.hs
Commit message (Expand)AuthorAge
* 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
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* --branch, stage 2Gravatar Joey Hess2016-07-20
* drop: Add --batch and --json options.Gravatar Joey Hess2016-07-06
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* drop -JnGravatar Joey Hess2015-11-04
* also generate a drop safety proof for move --from remoteGravatar Joey Hess2015-10-09
* tests and verified that the bug is fixed, in all the cases I identifiedGravatar Joey Hess2015-10-09
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* verify local copy of content with lockingGravatar Joey Hess2015-10-09
* display drop safety proofs in debug modeGravatar Joey Hess2015-10-09
* improve drop proof codeGravatar Joey Hess2015-10-09
* support invalidating existing VerifiedCopysGravatar Joey Hess2015-10-08
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* add lockContentSharedGravatar Joey Hess2015-10-08
* Improve bash completion, so it completes names of remotes and backends in app...Gravatar Joey Hess2015-09-14
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* wipGravatar Joey Hess2015-07-09
* converted copy and moveGravatar Joey Hess2015-07-09
* formattingGravatar Joey Hess2015-07-09
* finalOpt is the same as optionalGravatar Joey Hess2015-07-09
* wipGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* drop: Now supports --all, --unused, and --key.Gravatar Joey Hess2015-05-12
* move nubbing into function whose algo needs a nubbed listGravatar Joey Hess2015-04-30
* refactorGravatar Joey Hess2015-04-30
* nub list after adding ocal uuid to itGravatar Joey Hess2015-04-30
* --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
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* drop --from: When local repository is untrusted, its copy of a file does not ...Gravatar Joey Hess2014-04-17
* Added required content configuration.Gravatar Joey Hess2014-03-29
* notifications on dropGravatar 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
* numcopies cleanup, part 2Gravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* global numcopies settingGravatar Joey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* mirror: Support --all (and --unused).Gravatar Joey Hess2014-01-01