The fifteenth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2025 19:02:20 +0000 (28 12:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2025 19:02:34 +0000 (28 12:02 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc

index 1a874e6..f9e6a54 100644 (file)
@@ -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).