Skip to content

Commit 9198c13

Browse files
committed
The third patch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 858119f commit 9198c13

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,26 @@ UI, Workflows & Features
2525

2626
* "git log --format='...'" learned "%(describe)" placeholder.
2727

28+
* "git repack" so far has been only capable of repacking everything
29+
under the sun into a single pack (or split by size). A cleverer
30+
strategy to reduce the cost of repacking a repository has been
31+
introduced.
32+
2833

2934
Performance, Internal Implementation, Development Support etc.
3035

3136
* Rename detection rework continues.
3237

38+
* GIT_TEST_FAIL_PREREQS is a mechanism to skip test pieces with
39+
prerequisites to catch broken tests that depend on the side effects
40+
of optional pieces, but did not work at all when negative
41+
prerequisites were involved.
42+
(merge 27d578d904 jk/fail-prereq-testfix later to maint).
43+
44+
* "git diff-index" codepath has been taught to trust fsmonitor status
45+
to reduce number of lstat() calls.
46+
(merge 7e5aa13d2c nk/diff-index-fsmonitor later to maint).
47+
3348

3449
Fixes since v2.31
3550
-----------------
@@ -97,3 +112,4 @@ Fixes since v2.31
97112
(merge ea7e63921c jr/doc-ignore-typofix later to maint).
98113
(merge 23c781f173 ps/update-ref-trans-hook-doc later to maint).
99114
(merge 42efa1231a jk/filter-branch-sha256 later to maint).
115+
(merge 4c8e3dca6e tb/push-simple-uses-branch-merge-config later to maint).

0 commit comments

Comments
 (0)