summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 16:00:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-24 16:00:39 -0400
commit3d9cd937359b5a74c90663f890f32cc44130b546 (patch)
treee132178b4c4d9a0d3a7b96b1255c57d220b7d54f
parent000039447cdf5d6a341f1df8ce3cc16b77ed4c73 (diff)
close
-rw-r--r--doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason.mdwn2
-rw-r--r--doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason/comment_3_7f6507e71c6ed9147f01cdf6efdda48b._comment8
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason.mdwn b/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason.mdwn
index 2008e68bb..cd2e2b5fb 100644
--- a/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason.mdwn
+++ b/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason.mdwn
@@ -17,3 +17,5 @@ yoh@datasets.datalad.org's password:
That repository indeed has a remote (ssh) setup pointing to datasets.datalad.org (which carries no load for annex, besides git-annex repository, ATM), but that remote should not be consulted IMHO for addurl operation (not to mention in the --batch mode shouldn't request any user interaction)
[[!meta author=yoh]]
+
+> [[done]] --[[Joey]]
diff --git a/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason/comment_3_7f6507e71c6ed9147f01cdf6efdda48b._comment b/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason/comment_3_7f6507e71c6ed9147f01cdf6efdda48b._comment
new file mode 100644
index 000000000..ee5ad14fb
--- /dev/null
+++ b/doc/bugs/addurl_--batch_decides_to_talk_to_ssh_remotes_for_some_reason/comment_3_7f6507e71c6ed9147f01cdf6efdda48b._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2016-05-24T19:59:36Z"
+ content="""
+Made `git annex enableremote` be able to be used to explicitly enable
+git-annex to use a git remote, probing its UUID.
+"""]]