Skip to content

Commit 4a0de43

Browse files
committed
Git 2.30-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7358320 commit 4a0de43

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/RelNotes/2.30.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ Fixes since v2.29
363363
* Tighten error checking in the codepath that responds to "git fetch".
364364
(merge d43a21bdbb jk/check-config-parsing-error-in-upload-pack later to maint).
365365

366+
* "git pack-redandant" when there is only one packfile used to crash,
367+
which has been corrected.
368+
(merge 0696232390 jx/pack-redundant-on-single-pack later to maint).
369+
366370
* Other code cleanup, docfix, build fix, etc.
367371
(merge 3e0a5dc9af cc/doc-filter-branch-typofix later to maint).
368372
(merge 32c83afc2c cw/ci-ghwf-check-ws-errors later to maint).
@@ -397,3 +401,4 @@ Fixes since v2.29
397401
(merge 56f56ac50b ab/unreachable-break later to maint).
398402
(merge 731d578b4f rb/nonstop-config-mak-uname-update later to maint).
399403
(merge f4698738f9 es/perf-export-fix later to maint).
404+
(merge 773c694142 nk/refspecs-negative-fix later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.30.0-rc1
4+
DEF_VER=v2.30.0-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)