Atharva Raykar <raykar.ath@xxxxxxxxx> writes: > This patch completes the conversion past the flag parsing of > `submodule update` by introducing a helper subcommand called > `submodule--helper update`. The behaviour of `submodule update` should > remain the same after this patch. > ... > Mentored-by: Christian Couder <christian.couder@xxxxxxxxx> > Mentored-by: Shourya Shukla <periperidip@xxxxxxxxx> > Signed-off-by: Atharva Raykar <raykar.ath@xxxxxxxxx> > --- This seems to overlap with Emily's 242655f2 (submodule: record superproject gitdir during 'update', 2021-08-19) that came in <20210819200953.2105230-5-emilyshaffer@xxxxxxxxxx>. Should I expect there probably needs a few more iterations for this topic? Depending, the "a submodule knows which superproject it is part of" topic may have to be done in C on top of this topic. I'll eject the 'es/superproject-aware-submodules' topic for now, just to get today's integration going. Thanks.