Skip to content

Commit ceadf0f

Browse files
committed
The twentieth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4835409 commit ceadf0f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ UI, Workflows & Features
8989
* "git repack" learned "--max-cruft-size" to prevent cruft packs from
9090
growing without bounds.
9191

92+
* "git merge-tree" learned to take strategy backend specific options
93+
via the "-X" option, like "git merge" does.
94+
9295

9396
Performance, Internal Implementation, Development Support etc.
9497

@@ -126,6 +129,10 @@ Performance, Internal Implementation, Development Support etc.
126129

127130
* Test coverage for trailers has been improved.
128131

132+
* The code to iterate over loose references have been optimized to
133+
reduce the number of lstat() system calls.
134+
(merge 2cdb796101 vd/loose-ref-iteration-optimization later to maint).
135+
129136

130137
Fixes since v2.42
131138
-----------------
@@ -250,6 +257,10 @@ Fixes since v2.42
250257
option is used.
251258
(merge e95bafc52f jc/merge-ort-attr-index-fix later to maint).
252259

260+
* Unlike "git log --pretty=%D", "git log --pretty="%(decorate)" did
261+
not auto-initialize the decoration subsystem, which has been
262+
corrected.
263+
253264
* Other code cleanup, docfix, build fix, etc.
254265
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
255266
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -274,3 +285,4 @@ Fixes since v2.42
274285
(merge f4cbb32c27 rs/parse-opt-ctx-cleanup later to maint).
275286
(merge badf2fe1c3 jk/decoration-and-other-leak-fixes later to maint).
276287
(merge cebfaaa333 sn/cat-file-doc-update later to maint).
288+
(merge 8b3aa36f5a ps/rewritten-is-per-worktree-doc later to maint).

0 commit comments

Comments
 (0)