From: Junio C Hamano Date: Sat, 25 Feb 2023 06:53:08 +0000 (-0800) Subject: A few more topics post 2.40-rc0 X-Git-Tag: v2.40.0-rc1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dadc8e6dacb629f46aee39bde90b6f09b73722eb;p=thirdparty%2Fgit.git A few more topics post 2.40-rc0 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt index 95c029adfe..922cf22af3 100644 --- a/Documentation/RelNotes/2.40.0.txt +++ b/Documentation/RelNotes/2.40.0.txt @@ -54,6 +54,9 @@ UI, Workflows & Features * Userdiff regexp update for Java language. + * "git fetch --jobs=0" used to hit a BUG(), which has been corrected + to use the available CPUs. + Performance, Internal Implementation, Development Support etc.