A few more topics after 2.41-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
May 20, 2023 at 05:35 UTC
9e49351c3060e1fa6e0d2de64505b7becf157f28
2 files changed
+5
-1
Documentation/RelNotes/2.41.0.txt
+4
index af9f3fd730..c77484c6b5 100644
--- a/Documentation/RelNotes/2.41.0.txt
+++ b/Documentation/RelNotes/2.41.0.txt
@@ -369,6 +369,10 @@ Fixes since v2.40
by git forges to disable replace-refs feature.
(merge b6551feadf ds/merge-tree-use-config later to maint).
+ * A few bugs in the sequencer machinery that results in miscounting
+ the steps have been corrected.
+ (merge 170eea9750 js/rebase-count-fixes later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f7111175df as/doc-markup-fix later to maint).
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
GIT-VERSION-GEN
+1
-1
index 9a1111af9b..85d7d7a2f4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.40.GIT
+DEF_VER=v2.41.0-rc1
LF='
'