fix name of annex-tracking-branch config
This commit is contained in:
parent
e1fdc8b374
commit
8ae0db925b
2 changed files with 2 additions and 2 deletions
|
@ -753,7 +753,7 @@ seekExportContent o rs (currbranch, _) = or <$> forM rs go
|
|||
]
|
||||
_ -> noop
|
||||
where
|
||||
gitconfig = show (remoteConfig r "annex-tracking-branch")
|
||||
gitconfig = show (remoteConfig r "tracking-branch")
|
||||
|
||||
fillexport _ _ [] _ = return False
|
||||
fillexport r db (t:[]) mtbcommitsha = Command.Export.fillExport r db t mtbcommitsha
|
||||
|
|
|
@ -288,7 +288,7 @@ extractRemoteGitConfig r remotename = do
|
|||
, remoteAnnexCheckUUID = getbool "checkuuid" True
|
||||
, remoteAnnexVerify = getbool "verify" True
|
||||
, remoteAnnexTrackingBranch = Git.Ref <$>
|
||||
( notempty (getmaybe "annex-tracking-branch")
|
||||
( notempty (getmaybe "tracking-branch")
|
||||
<|> notempty (getmaybe "export-tracking") -- old name
|
||||
)
|
||||
, remoteAnnexTrustLevel = notempty $ getmaybe "trustlevel"
|
||||
|
|
Loading…
Reference in a new issue