Skip to content

Commit 485f5f8

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 19153a8 commit 485f5f8

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ UI, Workflows & Features
1010
* "git repack" learned "--combine-cruft-below-size" option that
1111
controls how cruft-packs are combined.
1212

13+
* TCP keepalive behaviour on http transports can now be configured by
14+
calling cURL library.
15+
16+
* Incrementally updating multi-pack index files.
17+
1318

1419
Performance, Internal Implementation, Development Support etc.
1520
--------------------------------------------------------------
@@ -37,8 +42,18 @@ Performance, Internal Implementation, Development Support etc.
3742
3843
* Enable -Wunreachable-code for developer builds.
3944
40-
* Build update.
41-
(merge 7c8cd9c158 es/meson-building-docs-requires-perl later to maint).
45+
* Ensure what we write in assert() does not have side effects,
46+
and introduce ASSERT() macro to mark those that cannot be
47+
mechanically checked for lack of side effects.
48+
49+
* Give more meaningful error return values from block writer layer of
50+
the reftable ref-API backend.
51+
52+
* Make the code in reftable library less reliant on the service
53+
routines it used to borrow from Git proper, to make it easier to
54+
use by external users of the library.
55+
56+
* CI update.
4257
4358
4459
Fixes since v2.49
@@ -88,6 +103,10 @@ Fixes since v2.49
88103
* "Dubious ownership" checks on Windows has been tightened up.
89104
(merge 5bb88e89ef js/mingw-admins-are-special later to maint).
90105

106+
* Layout configuration in vimdiff backend didn't work as advertised,
107+
which has been corrected.
108+
(merge 93bab2d04b fr/vimdiff-layout-fixes later to maint).
109+
91110
* Other code cleanup, docfix, build fix, etc.
92111
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
93112
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
@@ -101,3 +120,7 @@ Fixes since v2.49
101120
(merge ee434e1807 pw/doc-pack-refs-markup-fix later to maint).
102121
(merge c000918eb7 tb/bitamp-typofix later to maint).
103122
(merge fa8cd29676 js/imap-send-peer-cert-verify later to maint).
123+
(merge 98b423bc1c rs/clear-commit-marks-simplify later to maint).
124+
(merge 133d065dd6 ta/bulk-checkin-signed-compare-false-warning-fix later to maint).
125+
(merge d2827dc31e es/meson-build-skip-coccinelle later to maint).
126+
(merge ee8edb7156 dk/vimdiff-doc-fix later to maint).

0 commit comments

Comments
 (0)