···11+Git v2.46 Release Notes
22+=======================
33+44+Backward Compatibility Notes
55+66+ (None at this moment)
77+88+UI, Workflows & Features
99+1010+ * The "--rfc" option of "git format-patch" learned to take an
1111+ optional string value to be used in place of "RFC" to tweak the
1212+ "[PATCH]" on the subject header.
1313+ (merge ce36894509 jc/format-patch-rfc-more later to maint).
1414+1515+1616+Performance, Internal Implementation, Development Support etc.
1717+1818+ * Advertise "git contacts", a tool for newcomers to find people to
1919+ ask review for their patches, a bit more in our developer
2020+ documentation.
2121+2222+ * In addition to building the objects needed, try to link the objects
2323+ that are used in fuzzer tests, to make sure at least they build
2424+ without bitrot, in Linux CI runs.
2525+2626+2727+Fixes since v2.45
2828+-----------------
2929+3030+ * "git rebase --signoff" used to forget that it needs to add a
3131+ sign-off to the resulting commit when told to continue after a
3232+ conflict stops its operation.
3333+ (merge a6c2654f83 pw/rebase-m-signoff-fix later to maint).
3434+3535+ * The procedure to build multi-pack-index got confused by the
3636+ replace-refs mechanism, which has been corrected by disabling the
3737+ latter.
3838+ (merge 93e2ae1c95 xx/disable-replace-when-building-midx later to maint).
3939+4040+ * The "-k" and "--rfc" options of "format-patch" will now error out
4141+ when used together, as one tells us not to add anything to the
4242+ title of the commit, and the other one tells us to add "RFC" in
4343+ addition to "PATCH".
4444+ (merge cadcf58085 ds/format-patch-rfc-and-k later to maint).
4545+4646+ * "git stash -S" did not handle binary files correctly, which has
4747+ been corrected.
4848+ (merge 5fb7686409 aj/stash-staged-fix later to maint).
4949+5050+ * A scheduled "git maintenance" job is expected to work on all
5151+ repositories it knows about, but it stopped at the first one that
5252+ errored out. Now it keeps going.
5353+ (merge c75662bfc9 js/for-each-repo-keep-going later to maint).
5454+5555+ * Other code cleanup, docfix, build fix, etc.