We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b936f commit 6074a7dCopy full SHA for 6074a7d
Documentation/RelNotes/2.46.1.txt
@@ -56,4 +56,11 @@ Fixes since Git 2.46
56
behave more or less like "git log -p --remerge-diff" but instead it
57
crashed, forgetting to prepare a temporary object store needed.
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
66
Also contains minor documentation updates and code clean-ups.
0 commit comments