inherit remote.name.annex-bare

Since a proxied remote uses the proxy's git repo, this makes sense.
Although I don't think this config is ever used when accessing a remote
via git-annex-shell.
This commit is contained in:
Joey Hess 2024-06-12 11:53:28 -04:00
parent dfdda95053
commit 2e76a4744f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -587,7 +587,7 @@ remoteGitConfigField = \case
StartCommandField -> uninherited "start-command"
StopCommandField -> uninherited "stop-command"
SpeculatePresentField -> inherited "speculate-present"
BareField -> uninherited "bare"
BareField -> inherited "bare"
RetryField -> inherited "retry"
ForwardRetryField -> inherited "forward-retry"
RetryDelayField -> inherited "retrydelay"