We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadf9e5 commit 773e25aCopy full SHA for 773e25a
Documentation/RelNotes/2.30.1.txt
@@ -44,4 +44,12 @@ Fixes since v2.30
44
45
* Doc for packfile URI feature has been clarified.
46
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
55
Also contains minor documentation updates and code clean-ups.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.30.1pre
+DEF_VER=v2.30.1
5
6
LF='
7
'
0 commit comments