From: Junio C Hamano Date: Tue, 7 Jul 2026 17:47:39 +0000 (-0700) Subject: Rust: fix description in Release Notes to 2.55 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=18b2009d14bc7b2d960d89fbc7e907e3260a8515;p=thirdparty%2Fgit.git Rust: fix description in Release Notes to 2.55 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 --- diff --git a/Documentation/RelNotes/2.55.0.adoc b/Documentation/RelNotes/2.55.0.adoc index f5643534dc..e7e77a8112 100644 --- a/Documentation/RelNotes/2.55.0.adoc +++ b/Documentation/RelNotes/2.55.0.adoc @@ -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.