Merge branch 'ar/fetch-ipversion-in-all'
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Sep 2020 19:36:34 +0000 (12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Sep 2020 19:36:34 +0000 (12:36 -0700)
commit6854689e65700b361eb5d7ff3d4af01bd3e650fe
tree8f449a1965a1913f0771b0bca5dc92a82b43ff53
parent31b94541708af19bc5083b24ba176081b4e8a130
parent4e735c13267e65f8c37fc3e7dfaacb36e5d51ab8
Merge branch 'ar/fetch-ipversion-in-all'

"git fetch --all --ipv4/--ipv6" forgot to pass the protocol options
to instances of the "git fetch" that talk to individual remotes,
which has been corrected.

* ar/fetch-ipversion-in-all:
  fetch: pass --ipv4 and --ipv6 options to sub-fetches
builtin/fetch.c