close bug
and mention another aspect of the reversion in changelog
This commit is contained in:
parent
5faf84c3a7
commit
a6767ca81f
3 changed files with 17 additions and 1 deletions
|
@ -64,3 +64,5 @@ reference: https://github.com/datalad/datalad/issues/5759
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue