]> git.ipfire.org Git - thirdparty/git.git/commit - promisor-remote.h
Move repository_format_partial_clone to promisor-remote.c
authorChristian Couder <christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:38 +0000 (15:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 21:05:38 +0000 (14:05 -0700)
commit60b7a92d846a6cc542f96fa0045735cc0b9265fd
tree04461bfe8a3e2339b25a717d8bdfd3204f43956a
parentdb27dca5cfe41ffa62f3a34cff2f7fafb2547307
Move repository_format_partial_clone to promisor-remote.c

Now that we have has_promisor_remote() and can use many
promisor remotes, let's hide repository_format_partial_clone
as a static in promisor-remote.c to avoid it being use
for anything other than managing backward compatibility.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
environment.c
promisor-remote.c
promisor-remote.h
setup.c