From: Christian Couder Date: Tue, 25 Jun 2019 13:40:36 +0000 (+0200) Subject: remote: add promisor and partial clone config to the doc X-Git-Tag: v2.24.0-rc0~132^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75de0852119bc73c60ace232ba799c3cada2608a;p=thirdparty%2Fgit.git remote: add promisor and partial clone config to the doc Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/remote.txt b/Documentation/config/remote.txt index 6c4cad83a2..a8e6437a90 100644 --- a/Documentation/config/remote.txt +++ b/Documentation/config/remote.txt @@ -76,3 +76,11 @@ remote..pruneTags:: + See also `remote..prune` and the PRUNING section of linkgit:git-fetch[1]. + +remote..promisor:: + When set to true, this remote will be used to fetch promisor + objects. + +remote..partialclonefilter:: + The filter that will be applied when fetching from this + promisor remote.