]> git.ipfire.org Git - thirdparty/git.git/commit - promisor-remote.c
Add initial support for many promisor remotes
authorChristian Couder <christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:27 +0000 (15:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 21:05:37 +0000 (14:05 -0700)
commit48de315817281e49a5e9000d40550b5257b437c6
treef699fb7857982856bf049c687bc06f40b12fb5bc
parent2e860675b6572cf476e99888134a5b307fd7eb62
Add initial support for many promisor remotes

The promisor-remote.{c,h} files will contain functions to
manage many promisor remotes.

We expect that there will not be a lot of promisor remotes,
so it is ok to use a simple linked list to manage them.

Helped-by: Jeff King <peff@peff.net>
Helped-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
promisor-remote.c [new file with mode: 0644]
promisor-remote.h [new file with mode: 0644]