]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/avoid-redundant-submodule-fetch'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 May 2022 23:42:49 +0000 (16:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 May 2022 23:42:49 +0000 (16:42 -0700)
commitfa61b7703e7f19f172af3311af8dc04581ecdf69
tree9e91f24c9ed5d36a496752f437ab729bfea5e8cc
parent5ed49a75f3a76731547e8322118a0bea1dd93676
parent0353c6881890db1302f0f1bdf85c6076eed61113
Merge branch 'jc/avoid-redundant-submodule-fetch'

"git fetch --recurse-submodules" from multiple remotes (either from
a remote group, or "--all") used to make one extra "git fetch" in
the submodules, which has been corrected.

* jc/avoid-redundant-submodule-fetch:
  fetch: do not run a redundant fetch from submodule
builtin/fetch.c