aboutsummaryrefslogtreecommitdiff
path: root/CmdLine.hs
Commit message (Expand)AuthorAge
* Make --json and --quiet suppress automatic init messagesGravatar Joey Hess2016-09-05
* 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
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04
* add regions to concurrent outputGravatar Joey Hess2015-11-04
* concurrent-output, first passGravatar Joey Hess2015-11-04
* Make full option parsing be done when not in a git repo, so --help can be dis...Gravatar Joey Hess2015-09-09
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* finished converting all the main optionsGravatar Joey Hess2015-07-10
* implement withGlobalOptions, and convert FindGravatar Joey Hess2015-07-10
* improve global options display in --helpGravatar Joey Hess2015-07-10
* wired up global optionsGravatar Joey Hess2015-07-10
* convert global options (still not used)Gravatar Joey Hess2015-07-10
* let optparse-applicative handle the usage display when run w/o command or bad...Gravatar Joey Hess2015-07-09
* few more subcommand --help improvementsGravatar Joey Hess2015-07-09
* improve autocorrection code so that --bash-completion-script etc will workGravatar Joey Hess2015-07-08
* improve --help display for commandsGravatar 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
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* 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
* hlintGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Fix handing of autocorrection when running outside a git repository.Gravatar Joey Hess2014-08-23
* Make --help work when not in a git repository. Closes: #758592Gravatar Joey Hess2014-08-19
* only run sshCleanup when the command actually used ssh connection cachingGravatar Joey Hess2014-03-13
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29
* 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
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* find: Avoid polluting stdout with progress messages. Closes: #718186Gravatar Joey Hess2013-07-30
* annex.debug can now be set to enable debug logging by default. The webapp's d...Gravatar Joey Hess2013-06-17
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* Detect systems that have no user name set in GECOS, and also don't have user....Gravatar Joey Hess2013-04-22
* syntax tweakGravatar Joey Hess2013-03-28
* Per-command usage messages.Gravatar Joey Hess2013-03-27
* make usage less terrifyingGravatar Joey Hess2013-03-25
* 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
* bring back default SIGINT handlerGravatar Joey Hess2012-10-01
* more descriptive name for oneshotGravatar Joey Hess2012-09-15
* add fields to git-annex-shellGravatar Joey Hess2012-07-02
* noopGravatar Joey Hess2012-04-21
* always run autocorrect code on fuzzy matches, even if there is just 1Gravatar Joey Hess2012-04-14
* autocorrectionGravatar Joey Hess2012-04-12