Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote: add promisor and partial clone config to the doc
author
Christian Couder
<christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:36 +0000
(15:40 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 25 Jun 2019 21:05:38 +0000
(14:05 -0700)
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/remote.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7e154ba
)
diff --git
a/Documentation/config/remote.txt
b/Documentation/config/remote.txt
index 6c4cad83a2c9f41206e6c1032573d82fa7f3090c..a8e6437a903592934198fb212ede8241d6acebca 100644
(file)
--- 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.