comment
This commit is contained in:
parent
2de61f2e5a
commit
162c8cdec0
1 changed files with 17 additions and 0 deletions
|
@ -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.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue