From 6cc95979c668d9b8c6081955989a4d9de3dd4ff0 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 1 Apr 2026 17:14:36 -0400 Subject: [PATCH 1/2] RelNotes: minor typo fixes in 2.54.0 draft Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.54.0.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc index 85b15284f3b958..4ce30d9d5b1bcb 100644 --- a/Documentation/RelNotes/2.54.0.adoc +++ b/Documentation/RelNotes/2.54.0.adoc @@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc. * Improve set-up time of a perf test. - * ISO C23 redefines strchr and friends that tradiotionally took + * ISO C23 redefines strchr and friends that traditionally took a const pointer and returned a non-const pointer derived from it to preserve constness (i.e., if you ask for a substring in a const string, you get a const pointer to the substring). Update code @@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc. many source files inside subdirectories unaffected, which has been corrected. - * The run_command() API lost its implicit dependencyon the singleton + * The run_command() API lost its implicit dependency on the singleton `the_repository` instance. * The unit test helper function was taught to use backslash + From 256554692df0685b45e60778b08802b720880c50 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 1 Apr 2026 21:31:08 -0700 Subject: [PATCH 2/2] Git 2.54-rc0 Signed-off-by: Junio C Hamano --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 44240e07b881f0..92ea811ae67b6d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.53.GIT +DEF_VER=v2.54.0-rc0 LF=' '