git-annex/Assistant/Threads
Joey Hess 450ee53ab6 When re-execing git-annex, use current program location, rather than ~/.config/git-annex/program, when possible.
Most of the time, there will be no discreprancy between programPath and
readProgramFile.

But, the programFile might have been written by an old version of git-annex
that is still installed, while a newer one is currently running. In this
case, we want to run the same one that's currently running.

This is especially important for things like the GIT_SSH=git-annex used for
ssh connection caching.

The only code that still uses readProgramFile directly is the upgrade code,
which needs to know where the standalone git-annex was installed, in order to
upgrade it.
2015-02-28 17:23:13 -04:00
..
Committer.hs sync, assistant: Include repository name in head branch commit message. 2015-02-11 13:34:05 -04:00
ConfigMonitor.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Cronner.hs When re-execing git-annex, use current program location, rather than ~/.config/git-annex/program, when possible. 2015-02-28 17:23:13 -04:00
DaemonStatus.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Glacier.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Merger.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
MountWatcher.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
NetWatcher.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
PairListener.hs assistant: Improve sanity check for control characters when pairing. 2015-02-09 16:34:57 -04:00
ProblemFixer.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Pusher.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
RemoteControl.hs When re-execing git-annex, use current program location, rather than ~/.config/git-annex/program, when possible. 2015-02-28 17:23:13 -04:00
SanityChecker.hs When re-execing git-annex, use current program location, rather than ~/.config/git-annex/program, when possible. 2015-02-28 17:23:13 -04:00
TransferPoller.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Transferrer.hs When re-execing git-annex, use current program location, rather than ~/.config/git-annex/program, when possible. 2015-02-28 17:23:13 -04:00
TransferScanner.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TransferWatcher.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Upgrader.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
UpgradeWatcher.hs make programPath return FilePath not Maybe FilePath 2015-02-28 16:59:52 -04:00
Watcher.hs Repository tuning parameters can now be passed when initializing a repository for the first time. 2015-01-27 17:38:06 -04:00
WebApp.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
XMPPClient.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
XMPPPusher.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00