Skip to content

Commit

Permalink
Git 2.30.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Feb 8, 2021
1 parent dadf9e5 commit 773e25a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Documentation/RelNotes/2.30.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.30.1pre
DEF_VER=v2.30.1

LF='
'
Expand Down

0 comments on commit 773e25a

Please sign in to comment.