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
parent
7e154badc0
commit
75de085211
|
@ -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…
Reference in New Issue