]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: note that extensions.compatobjectformat is incomplete
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 Aug 2025 22:11:01 +0000 (22:11 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Aug 2025 14:48:36 +0000 (07:48 -0700)
The compatibility object format is only implemented for loose objects,
not packed objects, so anyone attempting to push or fetch data into a
repository with this option will likely not see it work as expected.  In
addition, the underlying storage of loose object mapping is likely to
change because the current format is inefficient and does not handle
important mapping information such as that of submodules.

It would have been preferable to initially document that this was not
yet ready for prime time, but we did not do so.  We hinted at the fact
that this functionality is incomplete in the description, but did not
say so explicitly.  Let's do so now: indicate that this feature is
incomplete and subject to change and that the option is not designed to
be used by end users.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/extensions.adoc

index 9e2f321a6d776fc810545dc324d8410d4d2fc191..829f2523fcbca47a32a64ff9476a308807d86fbf 100644 (file)
@@ -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