start at analysis before dental appt

This commit is contained in:
Joey Hess 2019-10-22 15:46:34 -04:00
parent 13d86a9c88
commit 70b306ec34
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2019-10-22T19:43:21Z"
content="""
Instrumenting, this is fed into git mktree:
160000 blob 6941fd9c7ad9640f75a02c993245b8de784105e1\tqux\NUL
So the problem is it's got the mode for a submodule, but the wrong type, blob.
Internally, git-annex has generated this, which seems wrong. It should be a TreeCommit.
TreeBlob (TopFilePath {getTopFilePath = "qux"}) 57344 (Ref "6941fd9c7ad9640f75a02c993245b8de784105e1")
(57344 = 160000 oct)
So need to debug the parsing of the input git tree next..
"""]]