Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2016-12-13 11:13:58 -04:00
commit b0735d098d
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
Is there any way to get git-annex to respect the GIT_SSH environment variable just like git? This would be super helpful for specifying ssh options (keys in my application)
Hacks like a ~/.ssh/config with a fake hostname to specify the key are not appropriate in my case, because keys are generated on the fly by a server-side application that may be distributed across multiple servers. So I really need to be able to specify a key file at run time and then use the normal remote URI. I can do this with git and GIT_SSH, but have not found a solution for git-annex yet.

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="annexuser"
avatar="http://cdn.libravatar.org/avatar/6ae692503ee113b1ab7b329b40084d5c"
subject="comment 1"
date="2016-12-13T02:00:08Z"
content="""
git annex copy --to REMOTE FILES --fast
"""]]