1
1
Git v2.43 Release Notes
2
2
=======================
3
3
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
+
4
14
UI, Workflows & Features
5
15
6
16
* A message written in olden time prevented a branch from getting
@@ -29,6 +39,14 @@ UI, Workflows & Features
29
39
description available, and (2) also can override the branch
30
40
description if there is one.
31
41
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
+
32
50
33
51
Performance, Internal Implementation, Development Support etc.
34
52
@@ -51,6 +69,9 @@ Performance, Internal Implementation, Development Support etc.
51
69
filtering the uninteresting output.
52
70
(merge 370ef7e40d jk/test-lsan-denoise-output later to maint).
53
71
72
+ * Unused parameters to functions are marked as such, and/or removed,
73
+ in order to bring us closer to -Wunused-parameter clean.
74
+
54
75
55
76
Fixes since v2.42
56
77
-----------------
@@ -95,3 +116,5 @@ Fixes since v2.42
95
116
(merge fdc9914c28 ja/worktree-orphan later to maint).
96
117
(merge c2cbefc510 jc/mv-d-to-d-error-message-fix later to maint).
97
118
(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