@@ -17,16 +17,45 @@ UI, Workflows & Features
17
17
no reason to stop or force the user to choose between rebase or
18
18
merge if the history fast-forwards.
19
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
+
20
29
21
30
Performance, Internal Implementation, Development Support etc.
22
31
23
32
* A 3-year old test that was not testing anything useful has been
24
33
corrected.
25
34
35
+ * Retire more names with "sha1" in it.
36
+
37
+ * The topological walk codepath is covered by new trace2 stats.
38
+
26
39
27
40
Fixes since v2.30
28
41
-----------------
29
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
+
30
53
* Other code cleanup, docfix, build fix, etc.
31
54
(merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
32
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).
0 commit comments