]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A few more topics post 2.40-rc0
authorJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 06:53:08 +0000 (22:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Feb 2023 06:54:01 +0000 (22:54 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.40.0.txt

index 95c029adfea0b04ac715db42b950094927010b27..922cf22af32ead47aa29ea3493923feaf6957eee 100644 (file)
@@ -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.