git-annex/RemoteDaemon
Joey Hess 2b66492d6e
Improve startup time for commands that do not operate on remotes
And for tab completion, by not unnessessarily statting paths to remotes,
which used to cause eg, spin-up of removable drives.

Got rid of the remotes member of Git.Repo. This was a bit painful.

Remote.Git modifies the list of remotes as it reads their configs,
so still need a persistent list of remotes. So, put it in as
Annex.gitremotes. It's only populated by getGitRemotes, so commands
like examinekey that don't care about remotes won't do so.

This commit was sponsored by Jake Vosloo on Patreon.
2018-01-09 16:22:07 -04:00
..
Transport Added remote.<name>.annex-push and remote.<name>.annex-pull 2017-04-05 13:22:35 -04:00
Common.hs Added remote.<name>.annex-push and remote.<name>.annex-pull 2017-04-05 13:22:35 -04:00
Core.hs Improve startup time for commands that do not operate on remotes 2018-01-09 16:22:07 -04:00
Transport.hs remotedaemon: notice on RELOAD when tor hidden service has been enabled 2016-12-28 12:21:52 -04:00
Types.hs remotedaemon: notice on RELOAD when tor hidden service has been enabled 2016-12-28 12:21:52 -04:00