From: Junio C Hamano Date: Fri, 21 Jul 2023 20:47:13 +0000 (-0700) Subject: The thirteenth batch X-Git-Tag: v2.42.0-rc0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e43f4fd0bd864e0472dd4285190d411f4342e8d8;p=thirdparty%2Fgit.git The thirteenth batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt index a716dc195b..ee120fe424 100644 --- a/Documentation/RelNotes/2.42.0.txt +++ b/Documentation/RelNotes/2.42.0.txt @@ -57,6 +57,9 @@ Performance, Internal Implementation, Development Support etc. * "imap-send" codepaths got cleaned up to get rid of unused parameters. + * Enumerating refs in the packed-refs file, while excluding refs that + match certain patterns, has been optimized. + Fixes since v2.41 -----------------