aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-06-02 09:25:33 -0700
committerJunio C Hamano <gitster@pobox.com>2025-06-02 09:25:34 -0700
commitbbe8a3723b16161fcf06180f7e6cc2138cbde9c3 (patch)
treefc98aa8c293cda855ff4fc7a4a5f7d2370bab5a8 /Documentation/RelNotes
parent4f91e606fb86633cdaf6dca40deeb517efe5b91a (diff)
parent0b4c6baa70033a221fdac2211548a9a6f78d3e42 (diff)
downloadgit-bbe8a3723b16161fcf06180f7e6cc2138cbde9c3.tar.xz
Merge branch 'jc/signed-fast-export-is-experimental'
Mark a new feature added during this cycle as experimental and fix its default so that existing users of the fast-export command is not broken. * jc/signed-fast-export-is-experimental: fast-export: --signed-commits is experimental
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.50.0.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc
index b3bfdf29c9..b7922329d1 100644
--- a/Documentation/RelNotes/2.50.0.adoc
+++ b/Documentation/RelNotes/2.50.0.adoc
@@ -102,7 +102,9 @@ Performance, Internal Implementation, Development Support etc.
* "git fsck" becomes more careful when checking the refs.
* "git fast-export | git fast-import" learns to deal with commit and
- tag objects with embedded signatures a bit better.
+ tag objects with embedded signatures a bit better. This is highly
+ experimental and the format of the data stream may change in the
+ future without compatibility guarantees.
* The code paths to check whether a refname X is available (by seeing
if another ref X/Y exists, etc.) have been optimized.