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-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/75de0852119bc73c60ace232ba799c3cada2608a 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.