]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A few more topics after 2.41-rc1
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 20:35:44 +0000 (05:35 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 20:35:57 +0000 (05:35 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt
GIT-VERSION-GEN

index af9f3fd73084c852159c15c39e834226cbff9b00..c77484c6b5408d29328b51a92111c989341a22d6 100644 (file)
@@ -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).
index 9a1111af9b14f373be57a832931062d57e0723f1..85d7d7a2f48382ec513be4315584d76db73bf899 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.40.GIT
+DEF_VER=v2.41.0-rc1
 
 LF='
 '