Skip to content

Commit 3a06386

Browse files
committed
The fifteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 64b2419 commit 3a06386

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Backward Compatibility Notes
1010
prefix. If you are negatively affected by this change, please use
1111
"--subject-prefix=PATCH --rfc" as a replacement.
1212

13+
* "git rev-list --stdin" learned to take non-revisions (like "--not")
14+
recently from the standard input, but the way such a "--not" was
15+
handled was quite confusing, which has been rethought. The updated
16+
rule is that "--not" given from the command line only affects revs
17+
given from the command line that comes but not revs read from the
18+
standard input, and "--not" read from the standard input affects
19+
revs given from the stanrdard input and not revs given from the
20+
command line.
1321

1422
UI, Workflows & Features
1523

@@ -72,6 +80,9 @@ UI, Workflows & Features
7280
completed. The parsing code for the alias as been loosened to
7381
allow ';' without an extra space before it.
7482

83+
* "git for-each-ref" and friends learned to apply mailmap to
84+
authorname and other fields.
85+
7586

7687
Performance, Internal Implementation, Development Support etc.
7788

@@ -198,6 +209,10 @@ Fixes since v2.42
198209
but now they do.
199210
(merge 5bdedac3c7 jc/unresolve-removal later to maint).
200211

212+
* The display width table for unicode characters has been updated for
213+
Unicode 15.1
214+
(merge 872976c37e bb/unicode-width-table-15 later to maint).
215+
201216
* Other code cleanup, docfix, build fix, etc.
202217
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
203218
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -218,3 +233,4 @@ Fixes since v2.42
218233
(merge 563f339d98 ch/clean-docfix later to maint).
219234
(merge 4fbe83fcd9 hy/doc-show-is-like-log-not-diff-tree later to maint).
220235
(merge 43abaaf008 ob/am-msgfix later to maint).
236+
(merge c2c349a15c xz/commit-title-soft-limit-doc later to maint).

0 commit comments

Comments
 (0)