2021-01-07 08:22:15 +01:00
|
|
|
Git 2.31 Release Notes
|
|
|
|
======================
|
|
|
|
|
|
|
|
Updates since v2.30
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
UI, Workflows & Features
|
|
|
|
|
|
|
|
* The "--format=%(trailers)" mechanism gets enhanced to make it
|
|
|
|
easier to design output for machine consumption.
|
|
|
|
|
|
|
|
* When a user does not tell "git pull" to use rebase or merge, the
|
|
|
|
command gives a loud message telling a user to choose between
|
|
|
|
rebase or merge but creates a merge anyway, forcing users who would
|
|
|
|
want to rebase to redo the operation. Fix an early part of this
|
|
|
|
problem by tightening the condition to give the message---there is
|
|
|
|
no reason to stop or force the user to choose between rebase or
|
|
|
|
merge if the history fast-forwards.
|
|
|
|
|
2021-01-16 00:03:23 +01:00
|
|
|
* The configuration variable 'core.abbrev' can be set to 'no' to
|
|
|
|
force no abbreviation regardless of the hash algorithm.
|
|
|
|
|
|
|
|
* "git rev-parse" can be explicitly told to give output as absolute
|
|
|
|
or relative path with the `--path-format=(absolute|relative)` option.
|
|
|
|
|
|
|
|
* Bash completion (in contrib/) update to make it easier for
|
|
|
|
end-users to add completion for their custom "git" subcommands.
|
|
|
|
|
2021-01-07 08:22:15 +01:00
|
|
|
|
|
|
|
Performance, Internal Implementation, Development Support etc.
|
|
|
|
|
|
|
|
* A 3-year old test that was not testing anything useful has been
|
|
|
|
corrected.
|
|
|
|
|
2021-01-16 00:03:23 +01:00
|
|
|
* Retire more names with "sha1" in it.
|
|
|
|
|
|
|
|
* The topological walk codepath is covered by new trace2 stats.
|
|
|
|
|
2021-01-07 08:22:15 +01:00
|
|
|
|
|
|
|
Fixes since v2.30
|
|
|
|
-----------------
|
|
|
|
|
2021-01-16 00:03:23 +01:00
|
|
|
* Diagnose command line error of "git rebase" early.
|
|
|
|
(merge ca5120c339 rs/rebase-commit-validation later to maint).
|
|
|
|
|
|
|
|
* Clean up option descriptions in "git cmd --help".
|
|
|
|
(merge e73fe3dd02 zh/arg-help-format later to maint).
|
|
|
|
|
|
|
|
* "git stash" did not work well in a sparsely checked out working
|
|
|
|
tree.
|
|
|
|
(merge ba359fd507 en/stash-apply-sparse-checkout later to maint).
|
|
|
|
|
2021-01-07 08:22:15 +01:00
|
|
|
* Other code cleanup, docfix, build fix, etc.
|
|
|
|
(merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
|
|
|
|
(merge 33fc56253b fc/t6030-bisect-reset-removes-auxiliary-files later to maint).
|
2021-01-16 00:03:23 +01:00
|
|
|
(merge 7efc378205 ta/doc-typofix later to maint).
|
|
|
|
(merge 1f4e9319c7 pb/doc-modules-git-work-tree-typofix later to maint).
|
|
|
|
(merge 04f6b0a192 ma/t1300-cleanup later to maint).
|
|
|
|
(merge 7b77f5a13e ma/doc-pack-format-varint-for-sizes later to maint).
|
|
|
|
(merge cc2d43be2b nk/perf-fsmonitor-cleanup later to maint).
|
|
|
|
(merge c8302c6c00 ar/t6016-modernise later to maint).
|