This commit is contained in:
Joey Hess 2024-11-19 14:12:11 -04:00
parent 440b908732
commit 6489342b71
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.<name>.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]]