Browse Source

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>
maint
Christian Couder 6 years ago committed by Junio C Hamano
parent
commit
75de085211
  1. 8
      Documentation/config/remote.txt

8
Documentation/config/remote.txt

@ -76,3 +76,11 @@ remote.<name>.pruneTags:: @@ -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.

Loading…
Cancel
Save