]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Rust: fix description in Release Notes to 2.55
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Jul 2026 17:47:39 +0000 (10:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jul 2026 21:01:52 +0000 (14:01 -0700)
Finish incomplete sentence to say that we

 - build Git 2.55 by default with Rust,
 - but you can opt out and build 2.55 without Rust,
 - but Rust will become mandatory in Git 3.0 and later.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.55.0.adoc

index f5643534dcc19ce39b1fed406431911d8895640c..e7e77a8112385ca2c23f56e6114eeafedc08e285 100644 (file)
@@ -85,8 +85,8 @@ Performance, Internal Implementation, Development Support etc.
  * Promisor remote handling has been refactored and fixed in
    preparation for auto-configuration of advertised remotes.
 
- * Rust support is enabled by default (but still allows opting out) in
-   some future version of Git.
+ * Rust support is enabled by default (but still allows opting out);
+   in Git version 3.0, Rust will become mandatory.
 
  * Preparation of the xdiff/ codebase to work with Rust.