summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.30.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-08 22:05:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-02-08 22:05:55 (GMT)
commit773e25afc41b1b6533fa9ae2cd825d0b4a697fad (patch)
treedd6a0eaf8ee41a274bfc150b93d66cbf6a6cc23a /Documentation/RelNotes/2.30.1.txt
parentdadf9e519de2ecee8de3b7dc9fe9532d56151f3a (diff)
downloadgit-773e25afc41b1b6533fa9ae2cd825d0b4a697fad.zip
git-773e25afc41b1b6533fa9ae2cd825d0b4a697fad.tar.gz
git-773e25afc41b1b6533fa9ae2cd825d0b4a697fad.tar.bz2
Git 2.30.1v2.30.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.30.1.txt')
-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 3760bd1..249ef14 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.