Skip to content

Commit e29e5cf

Browse files
committed
Start preparing for Git 2.46.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dbf38e9 commit e29e5cf

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/RelNotes/2.46.2.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.46.1
4+
DEF_VER=v2.46.2-pre
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.46.1.txt
1+
Documentation/RelNotes/2.46.2.txt

0 commit comments

Comments
 (0)