Skip to content

Commit 773e25a

Browse files
committed
Git 2.30.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dadf9e5 commit 773e25a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Documentation/RelNotes/2.30.1.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,12 @@ Fixes since v2.30
4444

4545
* Doc for packfile URI feature has been clarified.
4646

47+
* The implementation of "git branch --sort" wrt the detached HEAD
48+
display has always been hacky, which has been cleaned up.
49+
50+
* Our setting of GitHub CI test jobs were a bit too eager to give up
51+
once there is even one failure found. Tweak the knob to allow
52+
other jobs keep running even when we see a failure, so that we can
53+
find more failures in a single run.
54+
4755
Also contains minor documentation updates and code clean-ups.

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.30.1pre
4+
DEF_VER=v2.30.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)