remote: add promisor and partial clone config to the doc

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

Christian Couder committed Jun 25, 2019 at 15:40 UTC 75de0852119bc73c60ace232ba799c3cada2608a
1 file changed +8
Documentation/config/remote.txt
+8
@@ -76,3 +76,11 @@ remote.<name>.pruneTags::
76 +
77 See also `remote.<name>.prune` and the PRUNING section of
78 linkgit:git-fetch[1].
79 +
80 +remote.<name>.promisor::
81 + When set to true, this remote will be used to fetch promisor
82 + objects.
83 +
84 +remote.<name>.partialclonefilter::
85 + The filter that will be applied when fetching from this
86 + promisor remote.