On Sun, Jul 26, 2020 at 3:56 PM brian m. carlson
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
Document the extensions.objectFormat config setting. Warn users not to
modify it themselves.
Signed-off-by: brian m. carlson <redacted>
---
diff --git a/Documentation/config/extensions.txt b/Documentation/config/extensions.txt
@@ -0,0 +1,8 @@
+extensions.objectFormat::
+ Specify the hash algorithm to use. The acceptable values are `sha1` and
+ `sha256`. If not specified, `sha1` is assumed. It is an error to specify
+ this key unless `core.repositoryformatversion` is 1.
Since this is user-facing, I think we'd want to write it in camelCase:
this key unless `core.repositoryFormatVersion` is 1.