aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-08-28 11:28:58 -0700
committerJunio C Hamano <gitster@pobox.com>2025-08-28 11:28:58 -0700
commit2fc90ecf4f63427da8e80d645fcb4bd2a232e3e5 (patch)
treeabb67241412bdde738f0b505eba819559494c394 /Documentation
parent56072ff0384da5d874fc378d36e089a18f28f1e3 (diff)
parent716d905792ebc6fcaf3860d9356fe4dd6ce61715 (diff)
downloadgit-2fc90ecf4f63427da8e80d645fcb4bd2a232e3e5.tar.xz
Merge branch 'bc/doc-compat-object-format-not-working'
The compatObjectFormat extension is used to hide an incomplete feature that is not yet usable for any purpose other than developing the feature further. Document it as such to discourage its use by mere mortals. * bc/doc-compat-object-format-not-working: docs: note that extensions.compatobjectformat is incomplete
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/extensions.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config/extensions.adoc b/Documentation/config/extensions.adoc
index 9e2f321a6d..829f2523fc 100644
--- a/Documentation/config/extensions.adoc
+++ b/Documentation/config/extensions.adoc
@@ -14,6 +14,10 @@ compatObjectFormat::
compatObjectFormat. As well as being able to use oids encoded in
compatObjectFormat in addition to oids encoded with objectFormat to
locally specify objects.
++
+Note that the functionality enabled by this extension is incomplete and subject
+to change. It currently exists only to allow development and testing of
+the underlying feature and is not designed to be enabled by end users.
noop::
This extension does not change git's behavior at all. It is useful only