diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-02-08 14:05:35 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-02-08 14:05:55 -0800 |
| commit | 773e25afc41b1b6533fa9ae2cd825d0b4a697fad (patch) | |
| tree | dd6a0eaf8ee41a274bfc150b93d66cbf6a6cc23a | |
| parent | Merge branch 'pb/ci-matrix-wo-shortcut' into maint (diff) | |
| download | git-2.30.1.tar.gz git-2.30.1.zip | |
Git 2.30.1v2.30.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.30.1.txt | 8 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 9 insertions, 1 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. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 224ae5b61f..b0019d49d8 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.30.1pre +DEF_VER=v2.30.1 LF=' ' |
