Merge branch 'cw/fetch-remote-group-with-duplication'
commitd26e26a3f50670c52b95149f4b52ec1396512053
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Jan 2023 16:51:41 +0000 (27 08:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jan 2023 16:51:41 +0000 (27 08:51 -0800)
treeb67561957b4e402fb0b51dddb03c582d61fc4857
parent8f82904caf130112a3373a63116e94e6ae31e56d
parent06a668cb90a6e8628f295adb6177855bb0a85a4a
Merge branch 'cw/fetch-remote-group-with-duplication'

"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