aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-04-03 13:00:49 -0700
committerJunio C Hamano <gitster@pobox.com>2026-04-03 13:01:10 -0700
commit8de2f1b07a8053d7f1aad70dc1131d6afcf5a28a (patch)
tree3cd80ef3822235924503a6bbd45c27f0ee709e4a /Documentation/RelNotes
parentfed877c9e16077fa43757fe4a264228aef4b907e (diff)
downloadgit-8de2f1b07a8053d7f1aad70dc1131d6afcf5a28a.tar.xz
A bit more on top of 2.54-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.54.0.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index 4ce30d9d5b..629e603f43 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -109,6 +109,16 @@ UI, Workflows & Features
* "git repo info -h" and "git repo structure -h" limit their help output
to the part that is specific to the subcommand.
+ * "git format-patch --cover-letter" learns to use a simpler format
+ instead of the traditional shortlog format to list its commits with
+ a new --commit-list-format option and format.commitListFormat
+ configuration variable.
+
+ * `git backfill` learned to accept revision and pathspec arguments.
+
+ * "git replay" (experimental) learns, in addition to "pick" and
+ "replay", a new operating mode "revert".
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -495,3 +505,4 @@ Fixes since v2.53
(merge fc8a4f15e7 gi/doc-boolean-config-typofix later to maint).
(merge 37182267a0 kh/doc-interpret-trailers-1 later to maint).
(merge f64c50e768 jc/rerere-modern-strbuf-handling later to maint).
+ (merge 699248d89e th/t8003-unhide-git-failures later to maint).