summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-02-08 14:44:42 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-02-08 14:44:42 -0800
commit1d4f2316c5b767ccbf20cc3d55c98d1f92e6e1ce (patch)
tree19b24668f7b4f48a7b6da263e9e3327e807699dd /Documentation/RelNotes
parentSync with maint (diff)
parentGit 2.30.1 (diff)
downloadtgif-1d4f2316c5b767ccbf20cc3d55c98d1f92e6e1ce.tar.xz
Sync with 2.30.1
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.30.1.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.30.1.txt b/Documentation/RelNotes/2.30.1.txt
index 3760bd17f7..249ef1492f 100644
--- a/Documentation/RelNotes/2.30.1.txt
+++ b/Documentation/RelNotes/2.30.1.txt
@@ -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.