Skip to content

Commit e813a02

Browse files
committed
The fifteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d345ced commit e813a02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Performance, Internal Implementation, Development Support etc.
103103
* GIT_TEST_INSTALLED was not honored in the recent topic related to
104104
SHA256 hashes, which has been corrected.
105105
106+
* The pop_most_recent_commit() function can have quite expensive
107+
worst case performance characteristics, which has been optimized by
108+
using prio-queue data structure.
109+
106110
107111
Fixes since v2.50
108112
-----------------
@@ -225,6 +229,11 @@ including security updates, are included in this release.
225229
patches off.
226230
(merge 1f0fed312a bc/contribution-under-non-real-names later to maint).
227231

232+
* "git commit" that concludes a conflicted merge failed to notice and remove
233+
existing comment added automatically (like "# Conflicts:") when the
234+
core.commentstring is set to 'auto'.
235+
(merge 92b7c7c9f5 ac/auto-comment-char-fix later to maint).
236+
228237
* Other code cleanup, docfix, build fix, etc.
229238
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
230239
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).

0 commit comments

Comments
 (0)