diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-12-24 20:20:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-24 20:20:26 +0000 |
commit | a6abf458dfd51988470a242797bfdb5bbae2c6e6 (patch) | |
tree | f720a3f3cc155e599823a115ab8d7ebfcdd22923 | |
parent | 41bd8fc4ca3f95413d5730882c4eb41ec2dfba11 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/armel_standalone:_git-upload-pack_and_-receive-pack_not_shimmed/comment_1_403f1058c3eab5c95fefab5a96aa3f51._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/armel_standalone:_git-upload-pack_and_-receive-pack_not_shimmed/comment_1_403f1058c3eab5c95fefab5a96aa3f51._comment b/doc/bugs/armel_standalone:_git-upload-pack_and_-receive-pack_not_shimmed/comment_1_403f1058c3eab5c95fefab5a96aa3f51._comment new file mode 100644 index 000000000..65d8d0667 --- /dev/null +++ b/doc/bugs/armel_standalone:_git-upload-pack_and_-receive-pack_not_shimmed/comment_1_403f1058c3eab5c95fefab5a96aa3f51._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.227" + subject="comment 1" + date="2013-12-24T20:20:07Z" + content=""" +This has nothing to do with shimming at all AFACS. + +runshell does nothing to make git-upload-pack or git-receive-pack be in your PATH. They do not need to be, for `git upload-pack` and `git receive-pack` to work. At least `git-annex-shell`, and probably also `git-shell` both use the latter, rather than the former. + +But in the case that a git remote's ssh key is not set up to use git-annex-shell (ie, a git remote not configured using the assistant, or configured using the asistant but with a pre-existing passwordless ssh key), and git-annex was installed on the remote using the git-annex standalone bundle, and there is no other git installation, then yes, git will try to ssh to there and run `git-upload-pack` etc. +"""]] |