From a7dae3bdc8b516d36f630b12bb01e853a667e0d9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 12 Jul 2024 08:40:36 -0700 Subject: [PATCH] Git 2.46-rc0 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.46.0.txt | 6 ++++++ GIT-VERSION-GEN | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index f765c466999c16..a0b0b325bcc57b 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -375,6 +375,12 @@ Fixes since v2.45 bump the format version to 2. (merge 9c8a9ec787 tb/path-filter-fix later to maint). + * Typofix. + (merge 231cf7370e as/pathspec-h-typofix later to maint). + + * Code clean-up. + (merge 4b837f821e rs/simplify-submodule-helper-super-prefix-invocation later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 493fdae046 ew/object-convert-leakfix later to maint). (merge 00f3661a0a ss/doc-eol-attr-fix later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 814cdcf95d7501..3e969433757785 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.45.GIT +DEF_VER=v2.46.0-rc0 LF=' '