This commit is contained in:
Joey Hess 2025-07-11 12:50:25 -04:00
parent 2df204b411
commit cedbf88c82
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2025-07-11T16:42:26Z"
content="""
I've verified that `populatePointerFile` is not getting called in this case,
and does get called in the same situation on ext4. And that call is made by
`reconcileStaged`, which is getting called.
So I would look in there for the bug.
Except, interestingly, some percent of the time, on ext4, manually
populating the pointer file followed by git-annex add also does not call
`populatePointerFile`. The pointer file remains unpopulated until another
process calls `reconcileStaged`, and it gets populated then. This seems
like also a bug, possibly another case of the same bug?
"""]]