aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-09-07 15:06:19 -0700
committerJunio C Hamano <gitster@pobox.com>2023-09-07 15:06:19 -0700
commit94e83dcf5b5faaa22e32729305f8fd7090bfdfed (patch)
treec6be22d73f3ab9c1b98ff6d848675be3f9c2bdbf /Documentation/RelNotes
parent09684a12b05b6c01c638cb14e3d765a93d154e32 (diff)
downloadgit-94e83dcf5b5faaa22e32729305f8fd7090bfdfed.tar.gz
The seventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 91d7bc9b24..a57476cb8c 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/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).