summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2011-03-14 13:54:07 +0000
committerGravatar admin <admin@branchable.com>2011-03-14 13:54:07 +0000
commit9b353aa60e3828d354868d2024b858b7155622be (patch)
treec224b2b41fb57a4eba60e1db93bf199a89d3ff2b
parentd86357a4166e9fdfd45ea2b47d62e3c09ced13fd (diff)
-rw-r--r--doc/todo/auto_remotes.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/auto_remotes.mdwn b/doc/todo/auto_remotes.mdwn
index 2ac4790af..c12878950 100644
--- a/doc/todo/auto_remotes.mdwn
+++ b/doc/todo/auto_remotes.mdwn
@@ -19,3 +19,5 @@ otherwise ssh:// ones.)
Question: When should git-annex update the remote.log?
(If not just on init.) Whenever it reads in a repo's remotes?
+
+> This sounds useful and the log should be updated every time any remote is being accessed. A counter or timestamp (yes, distributed times may be wrong/different) could be used to auto-prune old entries via a global and per-remote config setting. -- RichiH