From: Junio C Hamano Date: Thu, 12 Sep 2024 18:09:46 +0000 (-0700) Subject: Another batch of topics for 2.46.1 X-Git-Tag: v2.46.1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6074a7d4ae6b658c18465f10bbbf144882d2d4b0;p=thirdparty%2Fgit.git Another batch of topics for 2.46.1 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.46.1.txt b/Documentation/RelNotes/2.46.1.txt index 3b4c44305f..07dc76d030 100644 --- a/Documentation/RelNotes/2.46.1.txt +++ b/Documentation/RelNotes/2.46.1.txt @@ -56,4 +56,11 @@ Fixes since Git 2.46 behave more or less like "git log -p --remerge-diff" but instead it crashed, forgetting to prepare a temporary object store needed. + * The patch parser in "git patch-id" has been tightened to avoid + getting confused by lines that look like a patch header in the log + message. + + * "git bundle unbundle" outside a repository triggered a BUG() + unnecessarily, which has been corrected. + Also contains minor documentation updates and code clean-ups.