summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.
+"""]]