diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-01-02 00:15:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-02 00:15:28 +0000 |
commit | fb9fd64d7ef54a272a05e9fe0c763175789cfcdd (patch) | |
tree | 9b79de20a78d5e859f7d1aead19098f597ee9a4e /doc | |
parent | c0f1f09ae6c8fc7296db49d917a5dc25af462b2d (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/external_special_remote_protocol/comment_9_15c4cfe064be37cc104dcb6aa049a449._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/design/external_special_remote_protocol/comment_9_15c4cfe064be37cc104dcb6aa049a449._comment b/doc/design/external_special_remote_protocol/comment_9_15c4cfe064be37cc104dcb6aa049a449._comment new file mode 100644 index 000000000..cc3f7dd23 --- /dev/null +++ b/doc/design/external_special_remote_protocol/comment_9_15c4cfe064be37cc104dcb6aa049a449._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.227" + subject="comment 9" + date="2014-01-02T00:15:28Z" + content=""" +Tobias made some good points: + +* git-annex may not be in PATH depending on installation method +* It would in theory be bad if a special remote ran some git-annex command that used the special remote and ran some git-annex command [...]. +* git-annex would need to tell the special remote what git repo it was being used with. + +So, added GETWANTED and SETWANTED. However, if I find myself recapitulating a lot of git-annex's command-line plumbing stuff in this protocol, I will need to revisit this decision and find a better way. Particularly, I narrowly escaped an intractable dependency loop in [[!commit 8e3032df2d5c6ddf07e43de4b3bb89cb578ae048]]. +"""]] |