]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/fetch: remove unique promisor remote limitation
authorChristian Couder <christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:33 +0000 (15:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 21:05:37 +0000 (14:05 -0700)
commit5e46139376a4b8d31f02a521bdf801f3b8913e57
tree4d6066571c16ce7dd65abb354439941238968c6b
parentfa3d1b63e866d6b893934ab69da10b4516150cdc
builtin/fetch: remove unique promisor remote limitation

As the infrastructure for more than one promisor remote
has been introduced in previous patches, we can remove
code that forbids the registration of more than one
promisor remote.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c