]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/2.31.0.txt
bitmap_position_packfile(): convert to new revindex API
[thirdparty/git.git] / Documentation / RelNotes / 2.31.0.txt
1 Git 2.31 Release Notes
2 ======================
3
4 Updates since v2.30
5 -------------------
6
7 UI, Workflows & Features
8
9 * The "--format=%(trailers)" mechanism gets enhanced to make it
10 easier to design output for machine consumption.
11
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.
19
20
21 Performance, Internal Implementation, Development Support etc.
22
23 * A 3-year old test that was not testing anything useful has been
24 corrected.
25
26
27 Fixes since v2.30
28 -----------------
29
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).