Skip to content

Commit 97eea85

Browse files
committed
The seventeenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 52371bf commit 97eea85

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ UI, Workflows & Features
121121
same goal in a safer and more intuitive way has been added, as
122122
the trailer.<token>.cmd configuration variable, to replace it.
123123

124+
* "git add -i --dry-run" does not dry-run, which was surprising. The
125+
combination of options has taught to error out.
126+
124127

125128
Performance, Internal Implementation, Development Support etc.
126129

@@ -195,6 +198,9 @@ Performance, Internal Implementation, Development Support etc.
195198

196199
* The reflog expiry machinery has been taught to emit trace events.
197200

201+
* Over-the-wire protocol learns a new request type to ask for object
202+
sizes given a list of object names.
203+
198204

199205
Fixes since v2.31
200206
-----------------
@@ -345,6 +351,13 @@ Fixes since v2.31
345351
* Document that our test can use "local" keyword.
346352
(merge a84fd3bcc6 jc/test-allows-local later to maint).
347353

354+
* The word-diff mode has been taught to work better with a word
355+
regexp that can match an empty string.
356+
(merge 0324e8fc6b pw/word-diff-zero-width-matches later to maint).
357+
358+
* "git p4" learned to find branch points more efficiently.
359+
(merge 6b79818bfb jk/p4-locate-branch-point-optim later to maint).
360+
348361
* Other code cleanup, docfix, build fix, etc.
349362
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
350363
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).
@@ -364,3 +377,5 @@ Fixes since v2.31
364377
(merge 151b6c2dd7 jc/doc-do-not-capitalize-clarification later to maint).
365378
(merge 9160068ac6 js/access-nul-emulation-on-windows later to maint).
366379
(merge 7a14acdbe6 po/diff-patch-doc later to maint).
380+
(merge f91371b948 pw/patience-diff-clean-up later to maint).
381+
(merge 3a7f0908b6 mt/clean-clean later to maint).

0 commit comments

Comments
 (0)