---
Documentation/config.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 1cc18a828c..066858886b 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2505,6 +2505,11 @@ This setting can be overridden with the
`GIT_NOTES_REWRITE_REF`
environment variable, which must be a colon separated list of refs or
globs.
+odb.<name>.promisorRemote::
+ The name of a promisor remote. For now promisor remotes are
+ the only kind of remote object database (odb) that is
+ supported.
+
pack.window::
The size of the window used by linkgit:git-pack-objects[1] when no
window size is given on the command line. Defaults to 10.
--
2.18.0.138.gac082779dc- [PATCH v2 0/9] Introducing remote ODBs Christian Couder
- [PATCH v2 2/9] Add initial remote odb support Christian Couder
- [PATCH v2 1/9] fetch-object: make functions return a... Christian Couder
- [PATCH v2 3/9] remote-odb: implement remote_odb_get_... Christian Couder
- [PATCH v2 8/9] t0410: test fetching from many promis... Christian Couder
- [PATCH v2 7/9] Use odb.origin.partialclonefilter ins... Christian Couder
- [PATCH v2 6/9] Use remote_odb_get_direct() and has_r... Christian Couder
- [PATCH v2 5/9] remote-odb: add remote_odb_reinit() Christian Couder
- [PATCH v2 9/9] Documentation/config: add odb.<nam... Christian Couder
- [PATCH v2 4/9] remote-odb: implement remote_odb_get_... Christian Couder
- Re: [PATCH v2 0/9] Introducing remote ODBs Christian Couder

