]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cw/fetch-remote-group-with-duplication'
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Jan 2023 16:51:41 +0000 (08:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jan 2023 16:51:41 +0000 (08:51 -0800)
"git fetch <group>", when "<group>" of remotes lists the same
remote twice, unnecessarily failed when parallel fetching was
enabled, which has been corrected.

* cw/fetch-remote-group-with-duplication:
  fetch: fix duplicate remote parallel fetch bug


Trivial merge