diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-07 00:28:17 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-07 00:28:17 +0000 |
commit | 8156af90edc27c041bd1c22d8401aff21f4b8947 (patch) | |
tree | b6e6c5e3759d505e0c583ef4e012fab0787ff949 | |
parent | b1e26b19c6055b8c635a158068a2ad0188f17d17 (diff) |
update
-rw-r--r-- | doc/todo/auto_remotes.mdwn | 7 |
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? |