fix init .git/annex/ perms for core.sharedRepository
authorJoey Hess <joeyh@joeyh.name>
Wed, 26 Apr 2023 20:09:49 +0000 (16:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 26 Apr 2023 20:14:21 +0000 (16:14 -0400)
commitf971b199edf9b160f37e07f075bfbd6d04fee1c6
tree31d55342930c3afae5c0f9f9382af13d52824f92
parent7af75a59be93b3d65cde34916384d50308b5d2c6
fix init .git/annex/ perms for core.sharedRepository

init: Bug fix: Create .git/annex/ and .git/annex/fsckdb/ directories with
permissions configured by core.sharedRepository.

The fsckfb being created happens to create .git/annex/ and it was not using
createAnnexDirectory. Probably a reversion partly, but maybe the database
directory was always created not honoring core.sharedRepository?

Sponsored-by: Noam Kremen on Patreon
CHANGELOG
Database/Init.hs