summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-28 12:02:20 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-28 12:02:34 -0700
commite813a0200a7121b97fec535f0d0b460b0a33356c (patch)
tree26790ad744edf24a94cef2ea03eeab05b78454eb /Documentation/RelNotes
parentd345ceda32412d8575234ad8b959d9f598b00a6e (diff)
The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.51.0.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc
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).