aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-04 13:29:09 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-04 13:29:09 -0700
commit3a06386e314565108ad56a9bdb8f7b80ac52fb69 (patch)
tree892e03291c0d5f1f17eb269f120c003c6b1f44bd /Documentation/RelNotes
parent64b2419cccdc8b104f3d31981d6623e1829f6a23 (diff)
downloadgit-3a06386e314565108ad56a9bdb8f7b80ac52fb69.tar.gz
The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 7f46b10ed9..494e13e827 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -10,6 +10,14 @@ Backward Compatibility Notes
prefix. If you are negatively affected by this change, please use
"--subject-prefix=PATCH --rfc" as a replacement.
+ * "git rev-list --stdin" learned to take non-revisions (like "--not")
+ recently from the standard input, but the way such a "--not" was
+ handled was quite confusing, which has been rethought. The updated
+ rule is that "--not" given from the command line only affects revs
+ given from the command line that comes but not revs read from the
+ standard input, and "--not" read from the standard input affects
+ revs given from the stanrdard input and not revs given from the
+ command line.
UI, Workflows & Features
@@ -72,6 +80,9 @@ UI, Workflows & Features
completed. The parsing code for the alias as been loosened to
allow ';' without an extra space before it.
+ * "git for-each-ref" and friends learned to apply mailmap to
+ authorname and other fields.
+
Performance, Internal Implementation, Development Support etc.
@@ -198,6 +209,10 @@ Fixes since v2.42
but now they do.
(merge 5bdedac3c7 jc/unresolve-removal later to maint).
+ * The display width table for unicode characters has been updated for
+ Unicode 15.1
+ (merge 872976c37e bb/unicode-width-table-15 later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -218,3 +233,4 @@ Fixes since v2.42
(merge 563f339d98 ch/clean-docfix later to maint).
(merge 4fbe83fcd9 hy/doc-show-is-like-log-not-diff-tree later to maint).
(merge 43abaaf008 ob/am-msgfix later to maint).
+ (merge c2c349a15c xz/commit-title-soft-limit-doc later to maint).