aboutsummaryrefslogtreecommitdiff
path: root/Command.hs
Commit message (Expand)AuthorAge
* add --json-error-messages (not yet implemented)Gravatar Joey Hess2018-02-19
* more lambda-case conversionGravatar Joey Hess2017-12-05
* make query commands not output extraneous messagesGravatar Joey Hess2017-02-16
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Make --json and --quiet suppress automatic init messagesGravatar Joey Hess2016-09-05
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* refactor isBareRepoGravatar Joey Hess2016-06-02
* merge Checks into CommandGravatar Joey Hess2016-01-21
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* make noMessages disable closing of json object in --json modeGravatar Joey Hess2016-01-20
* reorgGravatar Joey Hess2015-12-15
* join back threads before ending concurrent output so display worksGravatar Joey Hess2015-11-05
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04
* convert version command, and make --raw work when not in a git repoGravatar Joey Hess2015-07-10
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* implement withGlobalOptions, and convert FindGravatar Joey Hess2015-07-10
* refactorGravatar Joey Hess2015-07-09
* wipGravatar Joey Hess2015-07-09
* converted copy and moveGravatar Joey Hess2015-07-09
* wipGravatar Joey Hess2015-07-08
* converted fsck's options to optparse-applicativeGravatar Joey Hess2015-07-08
* support cmdnorepo actions, also using getopt-applicative thereGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* display cmdparamdesc in optparse-applicative usage messagesGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* --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
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* more hlintGravatar Joey Hess2014-02-11
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29
* reorganize some files and importsGravatar Joey Hess2014-01-26
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* global numcopies settingGravatar Joey Hess2014-01-20
* export cleanupGravatar Joey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* make "git annex help options" work outside a git repoGravatar Joey Hess2013-11-30
* status: In local mode, displays information about variance from configured nu...Gravatar Joey Hess2013-09-15
* find: Avoid polluting stdout with progress messages. Closes: #718186Gravatar Joey Hess2013-07-30
* Make --numcopies override annex.numcopies set in .gitattributes.Gravatar Joey Hess2013-07-09
* drop --auto: Fix bug that prevented dropping files from untrusted repositories.Gravatar Joey Hess2013-04-01
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* convert notBareRepo to a CommandCheckGravatar Joey Hess2012-12-29
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* add a guard against using git annex add in direct mode repoGravatar Joey Hess2012-12-24
* --auto fixesGravatar Joey Hess2012-12-06
* correct commentGravatar Joey Hess2012-12-06
* where indentingGravatar Joey Hess2012-11-11
* better fix for zombie problem, which turns out to be a zombie ssh started by ...Gravatar Joey Hess2012-10-17
* Fix zombie cleanup reversion introduced in 3.20121009.Gravatar Joey Hess2012-10-16