remove uuid from annex+http urls
Not needed it turns out.
This commit is contained in:
parent
bc9cc79e85
commit
cd89f91aa5
7 changed files with 14 additions and 58 deletions
|
@ -138,7 +138,7 @@ p2pHttpClientVersions allowedversion rmt fallback clientaction =
|
|||
|
||||
credentialbaseurl = case p2pHttpUrlString <$> remoteAnnexP2PHttpUrl (gitconfig rmt) of
|
||||
Nothing -> error "internal"
|
||||
Just url -> p2pHttpUrlWithoutUUID url
|
||||
Just url -> url
|
||||
|
||||
credauth cred = do
|
||||
ba <- Git.credentialBasicAuth cred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue