Skip to content

Commit df6c4f7

Browse files
committed
The sixteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2cd6ce2 commit df6c4f7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Documentation/RelNotes/2.32.0.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ UI, Workflows & Features
109109

110110
* "git subtree" updates.
111111

112+
* It is now documented that "format-patch" skips merges.
113+
114+
* Options to "git pack-objects" that take numeric values like
115+
--window and --depth should not accept negative values; the input
116+
validation has been tightened.
117+
118+
* The way the command line specified by the trailer.<token>.command
119+
configuration variable receives the end-user supplied value was
120+
both error prone and misleading. An alternative to achieve the
121+
same goal in a safer and more intuitive way has been added, as
122+
the trailer.<token>.cmd configuration variable, to replace it.
123+
112124

113125
Performance, Internal Implementation, Development Support etc.
114126

@@ -319,6 +331,20 @@ Fixes since v2.31
319331
* "git repack -A -d" in a partial clone unnecessarily loosened
320332
objects in promisor pack.
321333

334+
* "git bisect skip" when custom words are used for new/old did not
335+
work, which has been corrected.
336+
337+
* A few variants of informational message "Already up-to-date" has
338+
been rephrased.
339+
(merge ad9322da03 js/merge-already-up-to-date-message-reword later to maint).
340+
341+
* "git submodule update --quiet" did not propagate the quiet option
342+
down to underlying "git fetch", which has been corrected.
343+
(merge 62af4bdd42 nc/submodule-update-quiet later to maint).
344+
345+
* Document that our test can use "local" keyword.
346+
(merge a84fd3bcc6 jc/test-allows-local later to maint).
347+
322348
* Other code cleanup, docfix, build fix, etc.
323349
(merge f451960708 dl/cat-file-doc-cleanup later to maint).
324350
(merge 12604a8d0c sv/t9801-test-path-is-file-cleanup later to maint).

0 commit comments

Comments
 (0)