summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Christian Couder <christian.couder@gmail.com>2019-06-25 15:40:36 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-06-25 14:05:38 -0700
commit75de0852119bc73c60ace232ba799c3cada2608a (patch)
tree5ab496f9f32739ad789e25f578a3401d2a8f2f2f /Documentation
parentpartial-clone: add multiple remotes in the doc (diff)
downloadtgif-75de0852119bc73c60ace232ba799c3cada2608a.tar.xz
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/remote.txt8
1 files changed, 8 insertions, 0 deletions
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.<name>.pruneTags::
+
See also `remote.<name>.prune` and the PRUNING section of
linkgit:git-fetch[1].
+
+remote.<name>.promisor::
+ When set to true, this remote will be used to fetch promisor
+ objects.
+
+remote.<name>.partialclonefilter::
+ The filter that will be applied when fetching from this
+ promisor remote.