make fsck normalize object locations
The purpose of this is to fix situations where the annex object file is stored in a directory structure other than where annex symlinks point to. But it will also move object files from the hashdirmixed back to hashdirlower if the repo configuration makes that the normal location. It would have been more work to avoid that than to let it do it. Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
6b5029db29
commit
aa414d97c9
6 changed files with 78 additions and 7 deletions
|
@ -19,6 +19,7 @@ module Annex.Content.Presence (
|
|||
isUnmodified',
|
||||
isUnmodifiedCheap,
|
||||
withContentLockFile,
|
||||
contentLockFile,
|
||||
) where
|
||||
|
||||
import Annex.Content.Presence.LowLevel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue