limit git annex adjust to v6 mode
doesn't work in v5
This commit is contained in:
parent
f4dd3fbb68
commit
5e1d7bbc00
2 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,9 @@ versionSupportsUnlockedPointers = go <$> getVersion
|
|||
go (Just "6") = True
|
||||
go _ = False
|
||||
|
||||
versionSupportsAdjustedBranch :: Annex Bool
|
||||
versionSupportsAdjustedBranch = versionSupportsUnlockedPointers
|
||||
|
||||
setVersion :: Version -> Annex ()
|
||||
setVersion = setConfig versionField
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue