]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.30.1 v2.30.1
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2021 22:05:35 +0000 (14:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2021 22:05:55 +0000 (14:05 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.30.1.txt
GIT-VERSION-GEN

index 3760bd17f7b3ad18950185ad53bc9f023e46fabb..249ef1492f0cde51f1b23ba3b42058129b103103 100644 (file)
@@ -44,4 +44,12 @@ Fixes since v2.30
 
  * Doc for packfile URI feature has been clarified.
 
+ * The implementation of "git branch --sort" wrt the detached HEAD
+   display has always been hacky, which has been cleaned up.
+
+ * Our setting of GitHub CI test jobs were a bit too eager to give up
+   once there is even one failure found.  Tweak the knob to allow
+   other jobs keep running even when we see a failure, so that we can
+   find more failures in a single run.
+
 Also contains minor documentation updates and code clean-ups.
index 224ae5b61f16af539ff8f9f7618fed6c6aa0a2d5..b0019d49d89488fa7ba86c3e2b1d63fdc4eeca03 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.30.1pre
+DEF_VER=v2.30.1
 
 LF='
 '