]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge