aboutsummaryrefslogtreecommitdiff
path: root/CmdLine/Action.hs
Commit message (Expand)AuthorAge
* Fix bug introduced in version 6.20171018 that caused some commands to print o...Gravatar Joey Hess2017-12-28
* more lambda-case conversionGravatar Joey Hess2017-12-05
* better dup key with -J fixGravatar Joey Hess2017-10-17
* Avoid concurrent git-config setting problem when running concurrent threads.Gravatar Joey Hess2017-05-25
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
* remove unused importGravatar Joey Hess2016-07-27
* Work around problem with concurrent-output when in a non-unicode locale by av...Gravatar Joey Hess2016-02-14
* 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
* add --batchGravatar Joey Hess2016-01-19
* fix import warningsGravatar Joey Hess2016-01-14
* immediate queue flushing when annex.queuesize=1Gravatar Joey Hess2016-01-13
* 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
* concurrent-output, first passGravatar Joey Hess2015-11-04
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * Improve behavior when a git-annex command is told to operate on a file that d...Gravatar Joey Hess2015-04-30
| * refactorGravatar Joey Hess2015-04-30
* | refactorGravatar Joey Hess2015-04-10
* | get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
|/
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Run shutdown cleanup actions even if there were failures processing the command.Gravatar Joey Hess2014-12-30
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29