[PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote
From: Christian Couder <hidden>
Date: 2018-08-02 06:16:08
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Christian Couder <hidden>
Date: 2018-08-02 06:16:08
Subsystem:
documentation, the rest · Maintainers:
Jonathan Corbet, Linus Torvalds
From: Christian Couder <redacted> Signed-off-by: Junio C Hamano <redacted> --- Documentation/config.txt | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 43b2de7b5f..2d048d47f2 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt@@ -2513,6 +2513,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.330.g17eb9fed90