aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-12 11:48:46 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-12 11:48:46 -0700
commit57974d46a4d5a079471c4f7eaa5933b1922299e4 (patch)
tree68cc53584acdeee61591b69bb71f736904afcce7 /Documentation/RelNotes
parentThe fifteenth batch (diff)
parentAnother batch of topics for 2.46.1 (diff)
downloadgit-57974d46a4d5a079471c4f7eaa5933b1922299e4.tar.xz
git-57974d46a4d5a079471c4f7eaa5933b1922299e4.zip
Sync with 'maint'
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.46.1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.1.txt b/Documentation/RelNotes/2.46.1.txt
index 3b4c44305f7..07dc76d030a 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.