Skip to content

Commit 235986b

Browse files
committed
The fourteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c0515b3 commit 235986b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Documentation/RelNotes/2.44.0.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ UI, Workflows & Features
8181
and the other version are available to custom 3-way merge driver
8282
via %S, %X, and %Y placeholders.
8383

84+
* The write codepath for the reftable data learned to honor
85+
core.fsync configuration.
86+
8487

8588
Performance, Internal Implementation, Development Support etc.
8689

@@ -134,6 +137,10 @@ Performance, Internal Implementation, Development Support etc.
134137

135138
* Tests on ref API are moved around to prepare for reftable.
136139

140+
* The Makefile often had to say "-L$(path) -R$(path)" that repeats
141+
the path to the same library directory for link time and runtime.
142+
A Makefile template is used to reduce such repetition.
143+
137144

138145
Fixes since v2.43
139146
-----------------
@@ -265,6 +272,18 @@ Fixes since v2.43
265272
plan to remove it in the future, which was not our intention.
266273
(merge 0009542cab jc/ls-files-doc-update later to maint).
267274

275+
* "git diff --no-index file1 file2" segfaulted while invoking the
276+
external diff driver, which has been corrected.
277+
(merge 85a9a63c92 jk/diff-external-with-no-index later to maint).
278+
279+
* Rewrite //-comments to /* comments */ in files whose comments
280+
prevalently use the latter.
281+
(merge de65079d7b jc/comment-style-fixes later to maint).
282+
283+
* Cirrus CI jobs started breaking because we specified version of
284+
FreeBSD that is no longer available, which has been corrected.
285+
(merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
286+
268287
* Other code cleanup, docfix, build fix, etc.
269288
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
270289
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
@@ -305,3 +324,7 @@ Fixes since v2.43
305324
(merge af3d2c160f jc/majordomo-to-subspace later to maint).
306325
(merge ee9895b0ff sd/negotiate-trace-fix later to maint).
307326
(merge 976d0251ce jc/coc-whitespace-fix later to maint).
327+
(merge 9023198280 jt/p4-spell-re-with-raw-string later to maint).
328+
(merge 36c9c44fa4 tb/pack-bitmap-drop-unused-struct-member later to maint).
329+
(merge 19ed0dff8f js/win32-retry-pipe-write-on-enospc later to maint).
330+
(merge 3cb4384683 jc/t0091-with-unknown-git later to maint).

0 commit comments

Comments
 (0)