The 7th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Feb 25, 2026 at 10:49 UTC
7b2bccb0d58d4f24705bf985de1f4612e4cf06e5
1 file changed
+24
Documentation/RelNotes/2.54.0.adoc
+24
@@ -24,6 +24,14 @@ UI, Workflows & Features
24
all configuration, even the per-user ones. The command now uses
25
available configuration files to find its customization.
26
27
+ * "auto filter" logic for large-object promisor remote.
28
+
29
+ * "git rev-list" and friends learn "--maximal-only" to show only the
30
+ commits that are not reachable by other commits.
31
+
32
+ * Command line completion (in contrib/) update for
33
+ "stash import/export".
34
+
35
36
Performance, Internal Implementation, Development Support etc.
37
--------------------------------------------------------------
@@ -62,6 +70,12 @@ Performance, Internal Implementation, Development Support etc.
70
71
* "git diff --anchored=<text>" has been optimized.
72
73
+ * A CodingGuidelines update.
74
+
75
+ * Add process ancestry data to trace2 on macOS to match what we
76
+ already do on Linux and Windows. Also adjust the way Windows
77
+ implementation reports this information to match the other two.
78
+
79
80
Fixes since v2.53
81
-----------------
@@ -107,6 +121,15 @@ Fixes since v2.53
121
duplication.
122
(merge 5086213bd2 pw/xdiff-cleanups later to maint).
123
124
+ * Update sample commit-msg hook to complain when a log message has
125
+ material mailinfo considers the end of log message in the middle.
126
+ (merge 83804c361b pw/commit-msg-sample-hook later to maint).
127
+
128
+ * "git pack-objects --stdin-packs" with "--exclude-promisor-objects"
129
+ fetched objects that are promised, which was not wanted. This has
130
+ been fixed.
131
+ (merge f4eff7116d ps/pack-concat-wo-backfill later to maint).
132
+
133
* Other code cleanup, docfix, build fix, etc.
134
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
135
(merge 7a747f972d dd/t5403-modernise later to maint).
@@ -127,3 +150,4 @@ Fixes since v2.53
150
(merge aaf3cc3d8d sd/t7003-test-path-is-helpers later to maint).
151
(merge 2668b6bdc4 jc/doc-rerere-update later to maint).
152
(merge 2f99f50f2d jc/doc-cg-c-comment later to maint).
153
+ (merge a454cdca42 kh/doc-am-format-sendmail later to maint).