This commit is contained in:
Joey Hess 2022-07-22 11:59:15 -04:00
parent 2de61f2e5a
commit 162c8cdec0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2022-07-22T15:46:46Z"
content="""
`git write-tree` has always locked the index, so it seems something else
has changed to also lock the index when core.untrackedCache is set, that
did not before.
Probably `git update-index`, since that's what looks at the config.
`git-annex init` does run that, before `git write-tree`, but it
waits for it to exit. So I don't understand what would have the index still
locked.
I wonder if this is related to some other config also being set, such as
core.fsmonitor.
"""]]