···1010 prefix. If you are negatively affected by this change, please use
1111 "--subject-prefix=PATCH --rfc" as a replacement.
12121313+ * "git rev-list --stdin" learned to take non-revisions (like "--not")
1414+ recently from the standard input, but the way such a "--not" was
1515+ handled was quite confusing, which has been rethought. The updated
1616+ rule is that "--not" given from the command line only affects revs
1717+ given from the command line that comes but not revs read from the
1818+ standard input, and "--not" read from the standard input affects
1919+ revs given from the stanrdard input and not revs given from the
2020+ command line.
13211422UI, Workflows & Features
1523···7179 it that the alias should be completed similar to how "git <cmd>" is
7280 completed. The parsing code for the alias as been loosened to
7381 allow ';' without an extra space before it.
8282+8383+ * "git for-each-ref" and friends learned to apply mailmap to
8484+ authorname and other fields.
748575867687Performance, Internal Implementation, Development Support etc.
···198209 but now they do.
199210 (merge 5bdedac3c7 jc/unresolve-removal later to maint).
200211212212+ * The display width table for unicode characters has been updated for
213213+ Unicode 15.1
214214+ (merge 872976c37e bb/unicode-width-table-15 later to maint).
215215+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).
···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).
236236+ (merge c2c349a15c xz/commit-title-soft-limit-doc later to maint).