git-annex/Assistant/WebApp/Configurators
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
..
AWS.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Delete.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Edit.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
Fsck.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
IA.hs addurl: When a Content-Disposition header suggests a filename to use, addurl will consider using it, if it's reasonable and doesn't conflict with an existing file. (--file overrides this) 2015-01-22 14:52:52 -04:00
Local.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Pairing.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Preferences.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
Ssh.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
Unused.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
Upgrade.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
WebDAV.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
XMPP.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00