We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf38e9 commit e29e5cfCopy full SHA for e29e5cf
3 files changed
Documentation/RelNotes/2.46.2.txt
@@ -0,0 +1,11 @@
1
+Git 2.46.2 Release Notes
2
+========================
3
+
4
+This release is primarily to merge changes to unbreak the 32-bit
5
+GitHub actions jobs we use for CI testing, so that we can release
6
+real fixes for the 2.46.x track after they pass CI.
7
8
+It also reverts the "git patch-id" change that went into 2.46.1,
9
+as it seems to have got a regression reported (I haven't verified,
10
+but it is better to keep a known breakage than adding an unintended
11
+regression).
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.46.1
+DEF_VER=v2.46.2-pre
LF='
'
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.46.1.txt
+Documentation/RelNotes/2.46.2.txt
0 commit comments