Skip to content

Commit 94e83dc

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 09684a1 commit 94e83dc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Git v2.43 Release Notes
22
=======================
33

4+
Backward Compatibility Notes
5+
6+
* The "--rfc" option of "git format-patch" used to be a valid way to
7+
override an earlier "--subject-prefix=<something>" on the command
8+
line and replace it with "[RFC PATCH]", but from this release, it
9+
merely prefixes the string "RFC " in front of the given subject
10+
prefix. If you are negatively affected by this change, please use
11+
"--subject-prefix=PATCH --rfc" as a replacement.
12+
13+
414
UI, Workflows & Features
515

616
* A message written in olden time prevented a branch from getting
@@ -29,6 +39,14 @@ UI, Workflows & Features
2939
description available, and (2) also can override the branch
3040
description if there is one.
3141

42+
* Use of --max-pack-size to allow multiple packfiles to be created is
43+
now supported even when we are sending unreachable objects to cruft
44+
packs.
45+
46+
* "git format-patch --rfc --subject-prefix=<foo>" used to ignore the
47+
"--subject-prefix" option and used "[RFC PATCH]"; now we will add
48+
"RFC" prefix to whatever subject prefix is specified.
49+
3250

3351
Performance, Internal Implementation, Development Support etc.
3452

@@ -51,6 +69,9 @@ Performance, Internal Implementation, Development Support etc.
5169
filtering the uninteresting output.
5270
(merge 370ef7e40d jk/test-lsan-denoise-output later to maint).
5371

72+
* Unused parameters to functions are marked as such, and/or removed,
73+
in order to bring us closer to -Wunused-parameter clean.
74+
5475

5576
Fixes since v2.42
5677
-----------------
@@ -95,3 +116,5 @@ Fixes since v2.42
95116
(merge fdc9914c28 ja/worktree-orphan later to maint).
96117
(merge c2cbefc510 jc/mv-d-to-d-error-message-fix later to maint).
97118
(merge d0fc552bfc ch/t6300-verify-commit-test-cleanup later to maint).
119+
(merge aa4b83dd5e ws/git-svn-retire-faketerm later to maint).
120+
(merge edf80d23f1 jk/ci-retire-allow-ref later to maint).

0 commit comments

Comments
 (0)