diff options
| author | Christian Couder <christian.couder@gmail.com> | 2019-06-25 15:40:39 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-06-25 14:05:38 -0700 |
| commit | 4ca9474efa4fd431c07a470513e684c5b2eec34c (patch) | |
| tree | 8bffb92e3130509f01e020ac613adcb2f1d48a48 /cache.h | |
| parent | 60b7a92d846a6cc542f96fa0045735cc0b9265fd (diff) | |
| download | git-4ca9474efa4fd431c07a470513e684c5b2eec34c.tar.xz | |
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>
Diffstat (limited to 'cache.h')
| -rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -961,7 +961,6 @@ extern int grafts_replace_parents; #define GIT_REPO_VERSION 0 #define GIT_REPO_VERSION_READ 1 extern int repository_format_precious_objects; -extern const char *core_partial_clone_filter_default; extern int repository_format_worktree_config; /* |
