]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Another batch of topics for 2.46.1
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 18:09:46 +0000 (11:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 18:09:46 +0000 (11:09 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.46.1.txt

index 3b4c44305f7e9891f44fdcfe7bb2c9b9793006c0..07dc76d030aadb26153820b2019ca8209bc11b0e 100644 (file)
@@ -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.