summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-02-25 10:49:04 -0800
committerJunio C Hamano <gitster@pobox.com>2026-02-25 11:54:18 -0800
commit7b2bccb0d58d4f24705bf985de1f4612e4cf06e5 (patch)
tree1227e454559ae5afb71009835326781dc365c0ed
parentd1c983d41b58f272350654c571900663cdd81252 (diff)
downloadgit-7b2bccb0d58d4f24705bf985de1f4612e4cf06e5.tar.gz
git-7b2bccb0d58d4f24705bf985de1f4612e4cf06e5.zip
The 7th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.54.0.adoc24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index 5801d8a39b..9988979772 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -24,6 +24,14 @@ UI, Workflows & Features
all configuration, even the per-user ones. The command now uses
available configuration files to find its customization.
+ * "auto filter" logic for large-object promisor remote.
+
+ * "git rev-list" and friends learn "--maximal-only" to show only the
+ commits that are not reachable by other commits.
+
+ * Command line completion (in contrib/) update for
+ "stash import/export".
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -62,6 +70,12 @@ Performance, Internal Implementation, Development Support etc.
* "git diff --anchored=<text>" has been optimized.
+ * A CodingGuidelines update.
+
+ * Add process ancestry data to trace2 on macOS to match what we
+ already do on Linux and Windows. Also adjust the way Windows
+ implementation reports this information to match the other two.
+
Fixes since v2.53
-----------------
@@ -107,6 +121,15 @@ Fixes since v2.53
duplication.
(merge 5086213bd2 pw/xdiff-cleanups later to maint).
+ * Update sample commit-msg hook to complain when a log message has
+ material mailinfo considers the end of log message in the middle.
+ (merge 83804c361b pw/commit-msg-sample-hook later to maint).
+
+ * "git pack-objects --stdin-packs" with "--exclude-promisor-objects"
+ fetched objects that are promised, which was not wanted. This has
+ been fixed.
+ (merge f4eff7116d ps/pack-concat-wo-backfill later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -127,3 +150,4 @@ Fixes since v2.53
(merge aaf3cc3d8d sd/t7003-test-path-is-helpers later to maint).
(merge 2668b6bdc4 jc/doc-rerere-update later to maint).
(merge 2f99f50f2d jc/doc-cg-c-comment later to maint).
+ (merge a454cdca42 kh/doc-am-format-sendmail later to maint).