init: Fix bug when direct mode needs to be enabled on a crippled filesystem, that left the repository in indirect mode.
This commit is contained in:
parent
27800ae165
commit
c7893bf9b7
2 changed files with 3 additions and 0 deletions
|
@ -294,3 +294,4 @@ enableDirectMode = unlessM isDirect $ do
|
|||
forM_ l $ \f ->
|
||||
maybe noop (`toDirect` f) =<< isAnnexLink f
|
||||
void $ liftIO clean
|
||||
setDirect True
|
||||
|
|
|
@ -27,6 +27,8 @@ git-annex (7.20190130) UNRELEASED; urgency=medium
|
|||
after the user has renamed the problem files the export will succeed.
|
||||
* Added NetworkBSD build flag to deal with Network.BSD moving to a new
|
||||
package.
|
||||
* init: Fix bug when direct mode needs to be enabled on a crippled
|
||||
filesystem, that left the repository in indirect mode.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Wed, 30 Jan 2019 12:30:22 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue