diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:52 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-14 13:40:52 -0700 |
| commit | f9f50d6348e130ba5edeadfb507a50956784af2d (patch) | |
| tree | 801413d931729ed91ea292333a70eddd0fe8a2b2 | |
| parent | Merge branch 'kh/you-still-use-whatchanged-fix' into maint-2.51 (diff) | |
| parent | docs: note that extensions.compatobjectformat is incomplete (diff) | |
| download | git-f9f50d6348e130ba5edeadfb507a50956784af2d.tar.gz git-f9f50d6348e130ba5edeadfb507a50956784af2d.zip | |
Merge branch 'bc/doc-compat-object-format-not-working' into maint-2.51
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
| -rw-r--r-- | Documentation/config/extensions.adoc | 4 |
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 |
