aboutsummaryrefslogtreecommitdiff
path: root/Command/Assistant.hs
Commit message (Expand)AuthorAge
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
* assistant: Make --autostart --foreground wait for the children it starts.Gravatar Joey Hess2017-02-07
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* converted Assistant and Watch; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
* support cmdnorepo actions, also using getopt-applicative thereGravatar Joey Hess2015-07-08
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* assistant --autostart: First any daemons that are already running, which migh...Gravatar Joey Hess2015-07-02
* assistant: Added --autostop to complement --autostart.Gravatar Joey Hess2015-05-01
* splitting up the man pageGravatar Joey Hess2015-03-23
* When re-execing git-annex, use current program location, rather than ~/.confi...Gravatar Joey Hess2015-02-28
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* Run standalone install process when the assistant is started (was only being ...Gravatar Joey Hess2014-06-30
* assistant --autostart: Refuse to start in a bare git repository.Gravatar Joey Hess2014-02-28
* reorgGravatar Joey Hess2014-01-26
* reorganize some files and importsGravatar Joey Hess2014-01-26
* 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
* assistant: When autostarted, wait 5 seconds before running the startup scan, ...Gravatar Joey Hess2013-10-26
* check in configure if ionice -c3 worksGravatar Joey Hess2013-06-21
* assistant --autostart: Automatically ionices the daemons it starts.Gravatar Joey Hess2013-06-21
* use setCurrentDirectoryGravatar Joey Hess2013-05-11
* rename moduleGravatar Joey Hess2013-04-23
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* webapp: New preferences page allows enabling/disabling debug logging at runti...Gravatar Joey Hess2013-03-03
* where indentationGravatar Joey Hess2012-11-12
* nub the autostart fileGravatar Joey Hess2012-10-14
* hlintGravatar Joey Hess2012-09-13
* use the ~/.config/git-annex/program file to find command when running transfersGravatar Joey Hess2012-08-27
* full autostart supportGravatar Joey Hess2012-08-02
* add assistant commandGravatar Joey Hess2012-06-22