summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/auto_remotes.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/todo/auto_remotes.mdwn b/doc/todo/auto_remotes.mdwn
index 4976a2a77..2ac4790af 100644
--- a/doc/todo/auto_remotes.mdwn
+++ b/doc/todo/auto_remotes.mdwn
@@ -6,8 +6,9 @@ to contain:
UUID hostname URI
The URI comes from configured remotes and maybe from
-`file://$(pwd)` for the current repo. This format will merge
-without conflicts or data loss.
+`file://$(pwd)`, or even `ssh://$(hostname -f)`
+for the current repo. This format will merge without
+conflicts or data loss.
Then when content is belived to be in a UUID, and no
configured remote has it, the remote.log can be consulted and
@@ -17,4 +18,4 @@ to be mounted at the same location on different hosts),
otherwise ssh:// ones.)
Question: When should git-annex update the remote.log?
-(Not just on init.) Whenever it reads in a repo's remotes?
+(If not just on init.) Whenever it reads in a repo's remotes?