Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-25 09:53:08 +0300
committerJunio C Hamano <gitster@pobox.com>2023-02-25 09:54:01 +0300
commitdadc8e6dacb629f46aee39bde90b6f09b73722eb (patch)
treebfd4a0d6627cbe41d63f2c3e33c288686e5892b0 /Documentation
parentf96dd8c3b56836c7aaac862f6bea92997680ebb7 (diff)
A few more topics post 2.40-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.40.0.txt3
1 files changed, 3 insertions, 0 deletions
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.