Merge branch 'ad/t4129-setfacl-target-fix'
[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  * The configuration variable 'core.abbrev' can be set to 'no' to
21    force no abbreviation regardless of the hash algorithm.
22
23  * "git rev-parse" can be explicitly told to give output as absolute
24    or relative path with the `--path-format=(absolute|relative)` option.
25
26  * Bash completion (in contrib/) update to make it easier for
27    end-users to add completion for their custom "git" subcommands.
28
29
30 Performance, Internal Implementation, Development Support etc.
31
32  * A 3-year old test that was not testing anything useful has been
33    corrected.
34
35  * Retire more names with "sha1" in it.
36
37  * The topological walk codepath is covered by new trace2 stats.
38
39
40 Fixes since v2.30
41 -----------------
42
43  * Diagnose command line error of "git rebase" early.
44    (merge ca5120c339 rs/rebase-commit-validation later to maint).
45
46  * Clean up option descriptions in "git cmd --help".
47    (merge e73fe3dd02 zh/arg-help-format later to maint).
48
49  * "git stash" did not work well in a sparsely checked out working
50    tree.
51    (merge ba359fd507 en/stash-apply-sparse-checkout later to maint).
52
53  * Other code cleanup, docfix, build fix, etc.
54    (merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
55    (merge 33fc56253b fc/t6030-bisect-reset-removes-auxiliary-files later to maint).
56    (merge 7efc378205 ta/doc-typofix later to maint).
57    (merge 1f4e9319c7 pb/doc-modules-git-work-tree-typofix later to maint).
58    (merge 04f6b0a192 ma/t1300-cleanup later to maint).
59    (merge 7b77f5a13e ma/doc-pack-format-varint-for-sizes later to maint).
60    (merge cc2d43be2b nk/perf-fsmonitor-cleanup later to maint).
61    (merge c8302c6c00 ar/t6016-modernise later to maint).