summaryrefslogtreecommitdiffstats
path: root/RelNotes/2.43.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RelNotes/2.43.0.txt')
-rw-r--r--RelNotes/2.43.0.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/RelNotes/2.43.0.txt b/RelNotes/2.43.0.txt
index 91d7bc9b2..a57476cb8 100644
--- a/RelNotes/2.43.0.txt
+++ b/RelNotes/2.43.0.txt
@@ -1,6 +1,16 @@
Git v2.43 Release Notes
=======================
+Backward Compatibility Notes
+
+ * The "--rfc" option of "git format-patch" used to be a valid way to
+ override an earlier "--subject-prefix=<something>" on the command
+ line and replace it with "[RFC PATCH]", but from this release, it
+ merely prefixes the string "RFC " in front of the given subject
+ prefix. If you are negatively affected by this change, please use
+ "--subject-prefix=PATCH --rfc" as a replacement.
+
+
UI, Workflows & Features
* A message written in olden time prevented a branch from getting
@@ -29,6 +39,14 @@ UI, Workflows & Features
description available, and (2) also can override the branch
description if there is one.
+ * Use of --max-pack-size to allow multiple packfiles to be created is
+ now supported even when we are sending unreachable objects to cruft
+ packs.
+
+ * "git format-patch --rfc --subject-prefix=<foo>" used to ignore the
+ "--subject-prefix" option and used "[RFC PATCH]"; now we will add
+ "RFC" prefix to whatever subject prefix is specified.
+
Performance, Internal Implementation, Development Support etc.
@@ -51,6 +69,9 @@ Performance, Internal Implementation, Development Support etc.
filtering the uninteresting output.
(merge 370ef7e40d jk/test-lsan-denoise-output later to maint).
+ * Unused parameters to functions are marked as such, and/or removed,
+ in order to bring us closer to -Wunused-parameter clean.
+
Fixes since v2.42
-----------------
@@ -95,3 +116,5 @@ Fixes since v2.42
(merge fdc9914c28 ja/worktree-orphan later to maint).
(merge c2cbefc510 jc/mv-d-to-d-error-message-fix later to maint).
(merge d0fc552bfc ch/t6300-verify-commit-test-cleanup later to maint).
+ (merge aa4b83dd5e ws/git-svn-retire-faketerm later to maint).
+ (merge edf80d23f1 jk/ci-retire-allow-ref later to maint).