| Commit message (Collapse) | Author | Age |
|
|
|
| |
(not actually used anywhere yet)
|
| |
|
|
|
|
| |
This is all the easy cases, where there was already a separate lock file.
|
| |
|
|
|
|
|
| |
The latter is harder for me to remember, but avoids build failures in code
used by the configure program.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Lock files, directories, etc.
|
|
Ssh connection caching is now enabled automatically by git-annex. Only one
ssh connection is made to each host per git-annex run, which can speed some
things up a lot, as well as avoiding repeated password prompts. Concurrent
git-annex processes also share ssh connections. Cached ssh connections are
shut down when git-annex exits.
Note: The rsync special remote does not yet participate in the ssh
connection caching.
|