Skip to content

Commit 1d18160

Browse files
committed
Sync with 'master'
2 parents c0dfe4a + 8de2f1b commit 1d18160

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ UI, Workflows & Features
109109
* "git repo info -h" and "git repo structure -h" limit their help output
110110
to the part that is specific to the subcommand.
111111

112+
* "git format-patch --cover-letter" learns to use a simpler format
113+
instead of the traditional shortlog format to list its commits with
114+
a new --commit-list-format option and format.commitListFormat
115+
configuration variable.
116+
117+
* `git backfill` learned to accept revision and pathspec arguments.
118+
119+
* "git replay" (experimental) learns, in addition to "pick" and
120+
"replay", a new operating mode "revert".
121+
112122

113123
Performance, Internal Implementation, Development Support etc.
114124
--------------------------------------------------------------
@@ -495,3 +505,4 @@ Fixes since v2.53
495505
(merge fc8a4f15e7 gi/doc-boolean-config-typofix later to maint).
496506
(merge 37182267a0 kh/doc-interpret-trailers-1 later to maint).
497507
(merge f64c50e768 jc/rerere-modern-strbuf-handling later to maint).
508+
(merge 699248d89e th/t8003-unhide-git-failures later to maint).

0 commit comments

Comments
 (0)