Skip to content

Commit a2955b3

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 477209b commit a2955b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Performance, Internal Implementation, Development Support etc.
110110
* Remove remnants of the recursive merge strategy backend, which was
111111
superseded by the ort merge strategy.
112112
113+
* Optimize the code to dedup references recorded in a bundle file.
114+
113115
114116
Fixes since v2.49
115117
-----------------
@@ -195,6 +197,19 @@ Fixes since v2.49
195197
* Incorrect sorting of refs with bytes with high-bit set on platforms
196198
with signed char led to a BUG, which has been corrected.
197199

200+
* "make perf" fixes.
201+
(merge 1665f12fa0 pb/perf-test-fixes later to maint).
202+
203+
* Doc mark-up updates.
204+
(merge 5a5565ec44 ja/doc-reset-mv-rm-markup-updates later to maint).
205+
206+
* Work around false positive from CodeQL checker.
207+
(merge 0f558141ed js/range-check-codeql-workaround later to maint).
208+
209+
* "git log --{left,right}-only A...B", when A and B does not share
210+
any common ancestor, now behaves as expected.
211+
(merge e7ef4be7c2 mh/left-right-limited later to maint).
212+
198213
* Other code cleanup, docfix, build fix, etc.
199214
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
200215
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).

0 commit comments

Comments
 (0)