summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-29 20:28:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-29 20:28:34 -0400
commit829c8b76605ad3c52eb6147202cc9b867d58cf1b (patch)
tree78e75fd69f4e5cbfd263c8b6fcac61364f80acee
parentc74347a50879401f4661a16f059b3fc467c28989 (diff)
clarify
-rw-r--r--doc/todo/auto_remotes/discussion.mdwn5
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]]