close bug

and mention another aspect of the reversion in changelog
This commit is contained in:
Joey Hess 2021-07-12 10:45:57 -04:00
parent 5faf84c3a7
commit a6767ca81f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 17 additions and 1 deletions

View file

@ -64,3 +64,5 @@ reference: https://github.com/datalad/datalad/issues/5759
[[!meta author=yoh]]
[[!tag projects/datalad]]
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2021-07-12T14:41:50Z"
content="""
The bug was making init set annex.crippledfilesystem,
and once that's set, git-annex avoids setting file
perms, so then it writes index.lck it leaves it at the default permissions.
That might or might not be a problem in some case (eg if some filesystem
was detected as crippled but still supported file permissions to a point
that write bits need to be added to support core.sharedRepository = group), but
the reversion was fixed by fixing init's behavior. So, closing this.
"""]]