diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-29 20:28:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-29 20:28:34 -0400 |
commit | 829c8b76605ad3c52eb6147202cc9b867d58cf1b (patch) | |
tree | 78e75fd69f4e5cbfd263c8b6fcac61364f80acee /doc | |
parent | c74347a50879401f4661a16f059b3fc467c28989 (diff) |
clarify
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/auto_remotes/discussion.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/auto_remotes/discussion.mdwn b/doc/todo/auto_remotes/discussion.mdwn index 691741cab..b9e1522a8 100644 --- a/doc/todo/auto_remotes/discussion.mdwn +++ b/doc/todo/auto_remotes/discussion.mdwn @@ -1,2 +1,7 @@ Remotes log should probably be stored in ".git/annex/remote.log" instead of ".git-annex/remote.log" to prevent leaking credentials. + +> The idea is to distribute the info between repositories, which is +> why it'd go in `.git-annex`. Of course that does mean that repository +> location information would be included, and if that'd not desirable +> this feature would need to be turned off. --[[Joey]] |