summaryrefslogtreecommitdiff
path: root/Command/Drop.hs
Commit message (Expand)AuthorAge
* add startAction parameter for KeyShaJoey Hess2023-12-06
* display drop from remote more consistentlyJoey Hess2023-06-27
* json object for FileNotFoundJoey Hess2023-04-25
* filter out control characters in all other MessagesJoey Hess2023-04-11
* registerurl, unregisterurl: Added --remote optionJoey Hess2023-04-05
* remove --backend from global optionsJoey Hess2022-06-29
* move several readonly values to AnnexReadJoey Hess2022-06-28
* prevent numcopies or mincopies being configured to 0Joey Hess2022-03-28
* reject batch options combined with non-batch optionsJoey Hess2022-01-26
* --batch-keysJoey Hess2021-08-25
* dropping unused marks as deadJoey Hess2021-06-25
* drop, move, mirror: when two files have the same content, honor the max numco...Joey Hess2021-06-15
* prevent dropping required content of other file using same contentJoey Hess2021-05-25
* fix longstanding indeterminite preferred content for duplicated file problemJoey Hess2021-05-24
* use fastDebug everywhere it can be usedJoey Hess2021-04-06
* switch from hslogger to purpose-built Utility.DebugJoey Hess2021-04-05
* mincopiesJoey Hess2021-01-06
* add SeekInput (not yet used)Joey Hess2020-09-15
* avoid failure to lock content of removed file causing drop etc to failJoey Hess2020-07-25
* add back inAnnex check after seekingJoey Hess2020-07-25
* drop performance improvementsJoey Hess2020-07-24
* Fix a bug in find --branch in the previous versionJoey Hess2020-07-24
* unify batch mode with non-batch by using AnnexedFileSeekerJoey Hess2020-07-22
* mostly done with location log precachingJoey Hess2020-07-13
* convert all applicable commands to new 2x faster annexed file seekingJoey Hess2020-07-10
* annex.skipunknown with transition planJoey Hess2020-05-28
* drop: use commandStages, not transferStagesJoey Hess2020-05-26
* refactorJoey Hess2020-05-14
* make removeKey throw exceptionsJoey Hess2020-05-14
* get the most commonly used commands building againJoey Hess2019-12-04
* remove obsolete commentJoey Hess2019-10-21
* use fine-grained WorkerStages when transferring and verifyingJoey Hess2019-06-19
* make WorkerStage an open typeJoey Hess2019-06-19
* finish CommandStart transitionJoey Hess2019-06-12
* make CommandStart return a StartMessageJoey Hess2019-06-06
* add Key to all ActionItem constructorsJoey Hess2019-06-06
* update licenses from GPL to AGPLJoey Hess2019-03-13
* check onlyActionOn in DropJoey Hess2018-11-15
* move commandAction out of CmdLine.SeekJoey Hess2018-10-01
* added -zJoey Hess2018-09-20
* make --batch honor matching optionsJoey Hess2018-08-08
* move: --safe/--unsafe and potential drop race fixJoey Hess2018-04-09
* add --json-error-messages (not yet implemented)Joey Hess2018-02-19
* showStart variant for when there's no worktree fileJoey Hess2017-11-28
* Avoid repeated checking that files passed on the command line exist.Joey Hess2017-10-16
* support parsing options like --to=hereJoey Hess2017-05-31
* AssociatedFile newtypeJoey Hess2017-03-10
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesJoey Hess2016-08-03
* --branch, stage 2Joey Hess2016-07-20
* drop: Add --batch and --json options.Joey Hess2016-07-06