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
|
@ -6,7 +6,7 @@ git-annex (8.20210631) UNRELEASED; urgency=medium
|
|||
* --debug output goes to stderr again, not stdout.
|
||||
(Reversion in version 8.20210428)
|
||||
* init: Fix misbehavior when core.sharedRepository = group that
|
||||
caused it to enter an adjusted branch.
|
||||
caused it to enter an adjusted branch and set annex.crippledfilesystem
|
||||
(Reversion in version 8.20210630)
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Wed, 30 Jun 2021 17:55:10 -0400
|
||||
|
|
|
@ -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…
Reference in a new issue