Skip to content

Commit a0dda60

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5644419 commit a0dda60

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ UI, Workflows & Features
5050
* "git format-patch -v<n>" learned to allow a reroll count that is
5151
not an integer.
5252

53+
* "git commit" learned "--trailer <key>[=<value>]" option; together
54+
with the interpret-trailers command, this will make it easier to
55+
support custom trailers.
56+
5357

5458
Performance, Internal Implementation, Development Support etc.
5559

@@ -73,6 +77,18 @@ Performance, Internal Implementation, Development Support etc.
7377
* A simple IPC interface gets introduced to build services like
7478
fsmonitor on top.
7579

80+
* Fsck API clean-up.
81+
82+
* SECURITY.md that is facing individual contributors and end users
83+
has been introduced. Also a procedure to follow when preparing
84+
embargoed releases has been spelled out.
85+
(merge 09420b7648 js/security-md later to maint).
86+
87+
* Optimize "rev-list --use-bitmap-index --objects" corner case that
88+
uses negative tags as the stopping points.
89+
90+
* CMake update for vsbuild.
91+
7692

7793
Fixes since v2.31
7894
-----------------
@@ -127,6 +143,19 @@ Fixes since v2.31
127143
symbolic links, which has been corrected.
128144
(merge fab78a0c3d mt/checkout-remove-nofollow later to maint).
129145

146+
* A few option description strings started with capital letters,
147+
which were corrected.
148+
(merge 5ee90326dc cc/downcase-opt-help later to maint).
149+
150+
* Plug or annotate remaining leaks that trigger while running the
151+
very basic set of tests.
152+
(merge 68ffe095a2 ah/plugleaks later to maint).
153+
154+
* The hashwrite() API uses a buffering mechanism to avoid calling
155+
write(2) too frequently. This logic has been refactored to be
156+
easier to understand.
157+
(merge ddaf1f62e3 ds/clarify-hashwrite later to maint).
158+
130159
* Other code cleanup, docfix, build fix, etc.
131160
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
132161
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).

0 commit comments

Comments
 (0)