commit: ignore additional signatures when parsing signed commits
[git.git] / Documentation / RelNotes / 2.31.0.txt
blob6bde597b2dc588e2b38394f924f796dcdd48b6ff
1 Git 2.31 Release Notes
2 ======================
4 Updates since v2.30
5 -------------------
7 UI, Workflows & Features
9  * The "--format=%(trailers)" mechanism gets enhanced to make it
10    easier to design output for machine consumption.
12  * When a user does not tell "git pull" to use rebase or merge, the
13    command gives a loud message telling a user to choose between
14    rebase or merge but creates a merge anyway, forcing users who would
15    want to rebase to redo the operation.  Fix an early part of this
16    problem by tightening the condition to give the message---there is
17    no reason to stop or force the user to choose between rebase or
18    merge if the history fast-forwards.
21 Performance, Internal Implementation, Development Support etc.
23  * A 3-year old test that was not testing anything useful has been
24    corrected.
27 Fixes since v2.30
28 -----------------
30  * Other code cleanup, docfix, build fix, etc.
31    (merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
32    (merge 33fc56253b fc/t6030-bisect-reset-removes-auxiliary-files later to maint).