Skip to content

Commit 8613c2b

Browse files
committed
The sixteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 90eedab commit 8613c2b

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
@@ -65,6 +65,13 @@ UI, Workflows & Features
6565
* Make repository clean-up tasks "gc" can do available to "git
6666
maintenance" front-end.
6767

68+
* Bundle-URI feature did not use refs recorded in the bundle other
69+
than normal branches as anchoring points to optimize the follow-up
70+
fetch during "git clone"; now it is told to utilize all.
71+
72+
* The `send-email` documentation has been updated with OAuth2.0
73+
related examples.
74+
6875

6976
Performance, Internal Implementation, Development Support etc.
7077
--------------------------------------------------------------
@@ -148,6 +155,8 @@ Performance, Internal Implementation, Development Support etc.
148155
149156
* Further code clean-up in the object-store layer.
150157
158+
* Build performance fix.
159+
151160
152161
Fixes since v2.49
153162
-----------------
@@ -294,6 +303,9 @@ Fixes since v2.49
294303
derived systems use different errno, which has been worked around.
295304
(merge f47bcc3413 cf/wrapper-bsd-eloop later to maint).
296305

306+
* Use-after-free fix in the sequencer.
307+
(merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
308+
297309
* Other code cleanup, docfix, build fix, etc.
298310
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
299311
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -321,3 +333,6 @@ Fixes since v2.49
321333
(merge 42cf4ac552 ps/ci-resurrect-p4-on-github later to maint).
322334
(merge 104add8368 js/diff-codeql-false-positive-workaround later to maint).
323335
(merge f62977b93c en/get-tree-entry-doc later to maint).
336+
(merge e5dd0a05ed ly/am-split-stgit-leakfix later to maint).
337+
(merge bac220e154 rc/t1001-test-path-is-file later to maint).
338+
(merge 91db6c735d ly/reftable-writer-leakfix later to maint).

0 commit comments

Comments
 (0)