> * sb/submodule-recursive-fetch-gets-the-tip (2018-12-09) 9 commits > - fetch: ensure submodule objects fetched > - submodule.c: fetch in submodules git directory instead of in worktree > - submodule: migrate get_next_submodule to use repository structs > - repository: repo_submodule_init to take a submodule struct > - submodule: store OIDs in changed_submodule_names > - submodule.c: tighten scope of changed_submodule_names struct > - submodule.c: sort changed_submodule_names before searching it > - submodule.c: fix indentation > - sha1-array: provide oid_array_filter > > "git fetch --recurse-submodules" may not fetch the necessary commit > that is bound to the superproject, which is getting corrected. > > Ready? I checked the last discussion at https://public-inbox.org/git/20181129002756.167615-1-sbeller@xxxxxxxxxx/ and I think it is ready as I did not see any outstanding issues. Thanks, Stefan