Skip to content

Commit 864f55e

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6a3c66d commit 864f55e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Documentation/RelNotes/2.54.0.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ UI, Workflows & Features
77
* "git add -p" and friends note what the current status of the hunk
88
being shown is.
99

10+
* "git history" history rewriting (experimental) command has been
11+
added.
12+
13+
14+
* "git replay" is taught to drop commits that become empty (not the
15+
ones that are empty in the original).
16+
17+
* The help text and the documentation for the "--expire" option of
18+
"git worktree [list|prune]" have been improved.
19+
20+
1021

1122
Performance, Internal Implementation, Development Support etc.
1223
--------------------------------------------------------------
@@ -15,6 +26,11 @@ Performance, Internal Implementation, Development Support etc.
1526
each other by encoding submodule names before using them as path
1627
components.
1728
29+
* The string_list API gains a new helper, string_list_sort_u(), and
30+
new unit tests to extend coverage.
31+
32+
* Improve set-up time of a perf test.
33+
1834
1935
Fixes since v2.53
2036
-----------------
@@ -31,6 +47,11 @@ Fixes since v2.53
3147
"-z") in the "git last-modified" command have been updated.
3248
(merge 9dcc09bed1 tc/last-modified-options-cleanup later to maint).
3349

50+
* A handful of code paths that started using batched ref update API
51+
(after Git 2.51 or so) lost detailed error output, which have been
52+
corrected.
53+
(merge eff9299eac kn/ref-batch-output-error-reporting-fix later to maint).
54+
3455
* Other code cleanup, docfix, build fix, etc.
3556
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
3657
(merge 7a747f972d dd/t5403-modernise later to maint).

0 commit comments

Comments
 (0)