adjust: Propagate submodule changes back to original branch
authorKyle Meyer <kyle@kyleam.com>
Wed, 18 Mar 2020 02:16:06 +0000 (22:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 26 Mar 2020 19:16:08 +0000 (15:16 -0400)
commit376e69ec65a4c56bfc8571ffa4714de625b36bfd
tree72324684eb28f55a6f87080e0c07b5a08ed10d14
parent78977ce4174b9820ce8792e947f3e57eb4eab23c
adjust: Propagate submodule changes back to original branch

When the recorded submodule commit changes on an adjusted branch, the
change is carried in the function that reverseAdjustedCommit passes
for adjustTree's adjusttreeitem parameter.  Update the CommitObject
handling in adjustTree to consider adjusttreeitem so that a submodule
change is synced back.
Git/Tree.hs