Move core_partial_clone_filter_default to promisor-remote.c
commit4ca9474efa4fd431c07a470513e684c5b2eec34c
authorChristian Couder <christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:39 +0000 (25 15:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 21:05:38 +0000 (25 14:05 -0700)
tree8bffb92e3130509f01e020ac613adcb2f1d48a48
parent60b7a92d846a6cc542f96fa0045735cc0b9265fd
Move core_partial_clone_filter_default to promisor-remote.c

Now that we can have a different default partial clone filter for
each promisor remote, let's hide core_partial_clone_filter_default
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
config.c
environment.c
promisor-remote.c