fix perms for core.sharedRepository
authorJoey Hess <joeyh@joeyh.name>
Wed, 26 Apr 2023 20:22:15 +0000 (16:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 26 Apr 2023 20:29:11 +0000 (16:29 -0400)
commit0aa98aa09b4585f2f32004b7aebe27682ece9192
treebf6d773103a150d46cac6ae37847c23e6722721f
parentf971b199edf9b160f37e07f075bfbd6d04fee1c6
fix perms for core.sharedRepository

These two missed setting it.

It rarely matters that the journal gets the right perm. But, when using
annex.alwayscommit=false, someone else may come along later and want
to append to the journal file.

It probably never matters what the sentinal perms are, but for
completeness..

Sponsored-by: Luke Shumaker on Patreon
Annex/InodeSentinal.hs
Annex/Journal.hs
CHANGELOG