The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 28, 2025 at 12:02 UTC
e813a0200a7121b97fec535f0d0b460b0a33356c
1 file changed
+9
Documentation/RelNotes/2.51.0.adoc
+9
index 1a874e6b46..f9e6a54109 100644
--- a/Documentation/RelNotes/2.51.0.adoc
+++ b/Documentation/RelNotes/2.51.0.adoc
@@ -103,6 +103,10 @@ Performance, Internal Implementation, Development Support etc.
* GIT_TEST_INSTALLED was not honored in the recent topic related to
SHA256 hashes, which has been corrected.
+ * The pop_most_recent_commit() function can have quite expensive
+ worst case performance characteristics, which has been optimized by
+ using prio-queue data structure.
+
Fixes since v2.50
-----------------
@@ -225,6 +229,11 @@ including security updates, are included in this release.
patches off.
(merge 1f0fed312a bc/contribution-under-non-real-names later to maint).
+ * "git commit" that concludes a conflicted merge failed to notice and remove
+ existing comment added automatically (like "# Conflicts:") when the
+ core.commentstring is set to 'auto'.
+ (merge 92b7c7c9f5 ac/auto-comment-char-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).