multiple times to git.
* add --force-small: Fix a bug that, when adding a symbolic link,
checked in the content of the file the symlink pointed to.
- Thanks, Kyle Meyer for noticing and for the patch.
+ Thanks, Kyle Meyer for the patch.
* add --force-small: Fix failure when passed a modified submodule.
- Thanks, Kyle Meyer for noticing and for the patch.
+ Thanks, Kyle Meyer for the patch.
+ * When syncing changes back from an adjusted branch to the basis branch,
+ include changes to submodules.
+ Thanks, Kyle Meyer for the patch.
-- Joey Hess <id@joeyh.name> Mon, 16 Mar 2020 12:43:33 -0400
--- /dev/null
+[[!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.
+"""]]