assistant: When creating a new repository use v7 adjusted branches with annex.thin
Rather than direct mode, which this is a small step on the path to removing. Init on a crippled filesystem already used v7 adjusted branches, and like that, this doesn't pose any interoperability issues with old versions of git-annex that clone the same repo, because files are only unlocked on the adjusted branch.
This commit is contained in:
parent
b599e8e6ac
commit
2fd27c6df5
4 changed files with 16 additions and 6 deletions
|
@ -28,6 +28,9 @@ supportedVersions = map RepoVersion [5, 7]
|
|||
versionForAdjustedClone :: RepoVersion
|
||||
versionForAdjustedClone = RepoVersion 7
|
||||
|
||||
versionForAdjustedBranch :: RepoVersion
|
||||
versionForAdjustedBranch = RepoVersion 7
|
||||
|
||||
versionForCrippledFilesystem :: RepoVersion
|
||||
versionForCrippledFilesystem = RepoVersion 7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue