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:
parent
dfdda95053
commit
2e76a4744f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue