patch applied

This commit is contained in:
Joey Hess 2020-03-26 15:18:47 -04:00
parent 376e69ec65
commit c9ac7aa338
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 19 additions and 2 deletions

View file

@ -91,3 +91,4 @@ index da05a3fa5..9627ae969 100644
[[!meta author=kyle]]
[[!tag projects/datalad]]
> [[applied|done]], thanks! --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2020-03-26T18:53:05Z"
content="""
Ok, figured it out.. reverseAdjustedTree uses a `propchanges`
function that looks at the diff from adjusted branch to basis,
and substitutes the new sha for the old one. So that's
how the sha get changed.
My analysis was otherwise correct, I think. And your patch is fine, now
that I understand that. Applying it as-is.
"""]]