Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make "git annex help options" work outside a git repo | Joey Hess | 2013-11-30 |
| | | | | | | Option parsing for commands that run outside git repos is still screwy, as there is no Annex monad and so the flags cannot be passed in. But, any remaining parameters can be, which is enough for this fix. | ||
* | assistant: When autostarted, wait 5 seconds before running the startup scan, ↵ | Joey Hess | 2013-10-26 |
| | | | | to avoid contending with the user's desktop login process. | ||
* | check in configure if ionice -c3 works | Joey Hess | 2013-06-21 |
| | | | | On old systems, it may need to be run as root. | ||
* | assistant --autostart: Automatically ionices the daemons it starts. | Joey Hess | 2013-06-21 |
| | |||
* | use setCurrentDirectory | Joey Hess | 2013-05-11 |
| | | | | On POSIX, this just calls changeWorkingDirectory. | ||
* | rename module | Joey Hess | 2013-04-23 |
| | |||
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
| | | | | Not yet used .. mindless train work. | ||
* | webapp: New preferences page allows enabling/disabling debug logging at ↵ | Joey Hess | 2013-03-03 |
| | | | | runtime, as well as configuring numcopies and diskreserve. | ||
* | where indentation | Joey Hess | 2012-11-12 |
| | |||
* | nub the autostart file | Joey Hess | 2012-10-14 |
| | | | | | It's possible for the file to get duplicate lines in it, and if so, we want to ignore the dups. | ||
* | hlint | Joey Hess | 2012-09-13 |
| | |||
* | use the ~/.config/git-annex/program file to find command when running transfers | Joey Hess | 2012-08-27 |
| | |||
* | full autostart support | Joey Hess | 2012-08-02 |
| | | | | | | | | git annex assistant --autostart will start separate daemons in each listed autostart repo running the webapp outside any git-annex repo will open it on the first listed autostart repo | ||
* | add assistant command | Joey Hess | 2012-06-22 |
like watch, but more magic |