Skip to content

Commit 4151fdb

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f9fb906 commit 4151fdb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,45 @@ UI, Workflows & Features
1717
no reason to stop or force the user to choose between rebase or
1818
merge if the history fast-forwards.
1919

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+
2029

2130
Performance, Internal Implementation, Development Support etc.
2231

2332
* A 3-year old test that was not testing anything useful has been
2433
corrected.
2534

35+
* Retire more names with "sha1" in it.
36+
37+
* The topological walk codepath is covered by new trace2 stats.
38+
2639

2740
Fixes since v2.30
2841
-----------------
2942

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+
3053
* Other code cleanup, docfix, build fix, etc.
3154
(merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
3255
(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).

0 commit comments

Comments
 (0)