---
Documentation/config.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index ab641bf5a9..8df0c7177e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2504,6 +2504,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.17.0.762.g886f54ea46- [PATCH v1 0/9] Introducing remote ODBs Christian Couder
- [PATCH v1 02/11] Add initial remote odb support Christian Couder
- [PATCH v1 04/11] remote-odb: implement remote_odb_ge... Christian Couder
- [PATCH v1 05/11] remote-odb: add remote_odb_reinit() Christian Couder
- [PATCH v1 03/11] remote-odb: implement remote_odb_ge... Christian Couder
- [PATCH v1 07/11] Use odb.origin.partialclonefilter i... Christian Couder
- [PATCH v1 08/11] t0410: test fetching from many prom... Christian Couder
- [PATCH v1 09/11] Documentation/config: add odb.<n... Christian Couder
- [PATCH v1 06/11] Use remote_odb_get_direct() and has... Christian Couder
- [PATCH v1 01/11] fetch-object: make functions return... Christian Couder
- Re: [PATCH v1 0/9] Introducing remote ODBs Christian Couder
- Re: [PATCH v1 0/9] Introducing remote ODBs Junio C Hamano
- Re: [PATCH v1 0/9] Introducing remote ODBs Eric Sunshine
- Re: [PATCH v1 0/9] Introducing remote ODBs Christian Couder
- Re: [PATCH v1 0/9] Introducing remote ODBs Christian Couder

