]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 20:47:54 +0000 (12:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 20:47:54 +0000 (12:47 -0800)
commit5d3635db19c6dff4fb063fabfa4161fd3b8285f0
tree30671c79e96d06267eda7d088a4ef7fd86c3ad47
parentf33989464ecfc05a937328430b7e74819f7285dd
parentbe76c2128234d94b47f7087152ee55d08bb65d88
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'

"git fetch --recurse-submodules" may not fetch the necessary commit
that is bound to the superproject, which is getting corrected.

* sb/submodule-recursive-fetch-gets-the-tip:
  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
builtin/fetch.c
builtin/grep.c
builtin/ls-files.c
builtin/submodule--helper.c
repository.c
submodule.c
t/t5526-fetch-submodules.sh