diff --git a/doc/todo/p2phttp__58___reuse_credentials_for_repos_on_one_host.mdwn b/doc/todo/p2phttp__58___reuse_credentials_for_repos_on_one_host.mdwn index 075c4b57a3..da46f5b7f1 100644 --- a/doc/todo/p2phttp__58___reuse_credentials_for_repos_on_one_host.mdwn +++ b/doc/todo/p2phttp__58___reuse_credentials_for_repos_on_one_host.mdwn @@ -11,3 +11,5 @@ I see some ways to address this: 1. Remove the path from the request to `git credential` on git-annex' side 2. Allow `remote..annexurl` to be set to `http(s)://` URLs in addition to `annex+http(s)://`, exploiting the difference in the `git credential` behavior 3. Perhaps most elegantly: make p2phttp support serving multiple repositories, so that repositories could share the same annexurl and therefore share credentials + +[[!tag projects/INM7]]