summaryrefslogtreecommitdiff
path: root/Command.hs
Commit message (Expand)AuthorAge
* add SeekInput (not yet used)Joey Hess2020-09-15
* remove most remnants of direct modeJoey Hess2019-08-26
* use fine-grained WorkerStages when transferring and verifyingJoey Hess2019-06-19
* make WorkerStage an open typeJoey Hess2019-06-19
* run download checksum verification in separate job poolJoey Hess2019-06-17
* add startingNoMessageJoey Hess2019-06-12
* finish CommandStart transitionJoey Hess2019-06-12
* make CommandStart return a StartMessageJoey Hess2019-06-06
* update licenses from GPL to AGPLJoey Hess2019-03-13
* add --json-error-messages (not yet implemented)Joey Hess2018-02-19
* more lambda-case conversionJoey Hess2017-12-05
* make query commands not output extraneous messagesJoey Hess2017-02-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* Make --json and --quiet suppress automatic init messagesJoey Hess2016-09-05
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesJoey Hess2016-08-03
* refactor isBareRepoJoey Hess2016-06-02
* merge Checks into CommandJoey Hess2016-01-21
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* make noMessages disable closing of json object in --json modeJoey Hess2016-01-20
* reorgJoey Hess2015-12-15
* join back threads before ending concurrent output so display worksJoey Hess2015-11-05
* arrange for regional output manager to run when -J is enabledJoey Hess2015-11-04
* convert version command, and make --raw work when not in a git repoJoey Hess2015-07-10
* finished converting all the main optionsJoey Hess2015-07-10
* implement withGlobalOptions, and convert FindJoey Hess2015-07-10
* refactorJoey Hess2015-07-09
* wipJoey Hess2015-07-09
* converted copy and moveJoey Hess2015-07-09
* wipJoey Hess2015-07-08
* converted fsck's options to optparse-applicativeJoey Hess2015-07-08
* support cmdnorepo actions, also using getopt-applicative thereJoey Hess2015-07-08
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* display cmdparamdesc in optparse-applicative usage messagesJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* --auto is no longer a global option; only get, drop, and copy accept it.Joey Hess2015-03-25
* The file matching options are now only accepted by commands that can actually...Joey Hess2015-02-06
* update my email address and homepage urlJoey Hess2015-01-21
* replace (Key, Backend) with KeyJoey Hess2014-04-17
* more hlintJoey Hess2014-02-11
* avoid using function named that conflicts with name used in newer version of ...Joey Hess2014-01-29
* reorganize some files and importsJoey Hess2014-01-26
* reorganize numcopies code (no behavior changes)Joey Hess2014-01-21
* global numcopies settingJoey Hess2014-01-20
* export cleanupJoey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20
* make "git annex help options" work outside a git repoJoey Hess2013-11-30
* status: In local mode, displays information about variance from configured nu...Joey Hess2013-09-15
* find: Avoid polluting stdout with progress messages. Closes: #718186Joey Hess2013-07-30
* Make --numcopies override annex.numcopies set in .gitattributes.Joey Hess2013-07-09
* drop --auto: Fix bug that prevented dropping files from untrusted repositories.Joey Hess2013-04-01