@@ -24,6 +24,14 @@ UI, Workflows & Features
2424 all configuration, even the per-user ones. The command now uses
2525 available configuration files to find its customization.
2626
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+
2735
2836Performance, Internal Implementation, Development Support etc.
2937--------------------------------------------------------------
@@ -62,6 +70,12 @@ Performance, Internal Implementation, Development Support etc.
6270
6371 * "git diff --anchored=<text>" has been optimized.
6472
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+
6579
6680Fixes since v2.53
6781-----------------
@@ -107,6 +121,15 @@ Fixes since v2.53
107121 duplication.
108122 (merge 5086213bd2 pw/xdiff-cleanups later to maint).
109123
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+
110133 * Other code cleanup, docfix, build fix, etc.
111134 (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
112135 (merge 7a747f972d dd/t5403-modernise later to maint).
@@ -127,3 +150,4 @@ Fixes since v2.53
127150 (merge aaf3cc3d8d sd/t7003-test-path-is-helpers later to maint).
128151 (merge 2668b6bdc4 jc/doc-rerere-update later to maint).
129152 (merge 2f99f50f2d jc/doc-cg-c-comment later to maint).
153+ (merge a454cdca42 kh/doc-am-format-sendmail later to maint).
0 commit comments