···11+Git v2.47 Release Notes
22+=======================
33+44+UI, Workflows & Features
55+------------------------
66+77+ * Many Porcelain commands that internally use the merge machinery
88+ were taught to consistently honor the diff.algorithm configuration.
99+1010+1111+Performance, Internal Implementation, Development Support etc.
1212+--------------------------------------------------------------
1313+1414+ * A build tweak knob has been simplified by not setting the value
1515+ that is already the default; another unused one has been removed.
1616+1717+ * A CI job that use clang-format to check coding style issues in new
1818+ code has been added.
1919+2020+2121+Fixes since v2.46
2222+-----------------
2323+2424+ * "git add -p" by users with diff.suppressBlankEmpty set to true
2525+ failed to parse the patch that represents an unmodified empty line
2626+ with an empty line (not a line with a single space on it), which
2727+ has been corrected.
2828+ (merge 60cf761ed1 pw/add-patch-with-suppress-blank-empty later to maint).
2929+3030+ * "git checkout --ours" (no other arguments) complained that the
3131+ option is incompatible with branch switching, which is technically
3232+ correct, but found confusing by some users. It now says that the
3333+ user needs to give pathspec to specify what paths to checkout.
3434+ (merge d1e6c61272 jc/checkout-no-op-switch-errors later to maint).
3535+3636+ * It has been documented that we avoid "VAR=VAL shell_func" and why.
3737+ (merge 728a1962cd jc/doc-one-shot-export-with-shell-func later to maint).
3838+3939+ * Other code cleanup, docfix, build fix, etc.
4040+ (merge 8db8786fc2 jt/doc-post-receive-hook-update later to maint).
4141+ (merge 1c473dd6af tn/doc-commit-fix later to maint).
4242+ (merge bb0498b1bb jc/how-to-maintain-updates later to maint).