Skip to content

Commit e9e5ba3

Browse files
committed
The fifteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c6fc44e commit e9e5ba3

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

Documentation/RelNotes/2.34.0.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ UI, Workflows & Features
7474
* "git repack" has been taught to generate multi-pack reachability
7575
bitmaps.
7676

77+
* "git fsck" has been taught to report mismatch between expected and
78+
actual types of an object better.
79+
80+
* Use ssh public crypto for object and push-cert signing.
81+
7782

7883
Performance, Internal Implementation, Development Support etc.
7984

@@ -173,6 +178,11 @@ Performance, Internal Implementation, Development Support etc.
173178
* Prevent "make sparse" from running for the source files that
174179
haven't been modified.
175180

181+
* The codepath to write a new version of .midx multi-pack index files
182+
has learned to release the mmaped memory holding the current
183+
version of .midx before removing them from the disk, as some
184+
platforms do not allow removal of a file that still has mapping.
185+
176186

177187
Fixes since v2.33
178188
-----------------
@@ -334,6 +344,30 @@ Fixes since v2.33
334344
to be grabbed, which can cause the build&test to fail. Tighten it.
335345
(merge 7491ef6198 js/windows-ci-path-fix later to maint).
336346

347+
* Avoid performance measurements from getting ruined by gc and other
348+
housekeeping pauses interfering in the middle.
349+
(merge be79131a53 rs/disable-gc-during-perf-tests later to maint).
350+
351+
* Stop "git add --dry-run" from creating new blob and tree objects.
352+
(merge e578d0311d rs/add-dry-run-without-objects later to maint).
353+
354+
* "git commit" gave duplicated error message when the object store
355+
was unwritable, which has been corrected.
356+
(merge 4ef91a2d79 ab/fix-commit-error-message-upon-unwritable-object-store later to maint).
357+
358+
* Recent sparse-index addition, namely any use of index_name_pos(),
359+
can expand sparse index entries and breaks any code that walks
360+
cache-tree or existing index entries. One such instance of such a
361+
breakage has been corrected.
362+
363+
* The xxdiff difftool backend can exit with status 128, which the
364+
difftool-helper that launches the backend takes as a significant
365+
failure, when it is not significant at all. Work it around.
366+
(merge 571f4348dd da/mergetools-special-case-xxdiff-exit-128 later to maint).
367+
368+
* Improve test framework around unwritable directories.
369+
(merge 5d22e18965 ab/test-cleanly-recreate-trash-directory later to maint).
370+
337371
* Other code cleanup, docfix, build fix, etc.
338372
(merge f188160be9 ab/bundle-remove-verbose-option later to maint).
339373
(merge 8c6b4332b4 rs/close-pack-leakfix later to maint).
@@ -343,3 +377,7 @@ Fixes since v2.33
343377
(merge 100c2da2d3 rs/p3400-lose-tac later to maint).
344378
(merge 76f3b69896 tb/aggregate-ignore-leading-whitespaces later to maint).
345379
(merge 6e4fd8bfcd tz/doc-link-to-bundle-format-fix later to maint).
380+
(merge f6c013dfa1 jc/doc-commit-header-continuation-line later to maint).
381+
(merge ec9a37d69b ab/pkt-line-cleanup later to maint).
382+
(merge 8650c6298c ab/fix-make-lint-docs later to maint).
383+
(merge 1c720357ce ab/test-lib-diff-cleanup later to maint).

0 commit comments

Comments
 (0)