add remoteAnnexP2PHttpUrl to RemoveGitConfig

This is always parsed, when building without servant, a Baseurl is not
generated, and users of it will need to fail.
This commit is contained in:
Joey Hess 2024-07-23 09:55:14 -04:00
parent 5c39652235
commit 75b1d50b99
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 55 additions and 1 deletions

View file

@ -32,7 +32,7 @@ Planned schedule of work:
initially. Once keeplocked is called, the expiry should end with the end
of that call.
* Make Remote.Git use http client when remote.name.annex-url is configured.
* Allow using annex+http urls in remote.name.annexUrl
* Make http server support proxies and clusters.