Git fork

Another batch of topics for 2.46.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+7
+7
Documentation/RelNotes/2.46.1.txt
··· 56 56 behave more or less like "git log -p --remerge-diff" but instead it 57 57 crashed, forgetting to prepare a temporary object store needed. 58 58 59 + * The patch parser in "git patch-id" has been tightened to avoid 60 + getting confused by lines that look like a patch header in the log 61 + message. 62 + 63 + * "git bundle unbundle" outside a repository triggered a BUG() 64 + unnecessarily, which has been corrected. 65 + 59 66 Also contains minor documentation updates and code clean-ups.