@@ -88,6 +88,9 @@ UI, Workflows & Features
8888 * "git repo structure" command learns to report maximum values on
8989 various aspects of objects it inspects.
9090
91+ * "git rebase" learns "--trailer" command to drive the
92+ interpret-trailers machinery.
93+
9194
9295Performance, Internal Implementation, Development Support etc.
9396--------------------------------------------------------------
@@ -193,6 +196,20 @@ Performance, Internal Implementation, Development Support etc.
193196 * Reduce dependence on the global the_hash_algo and the_repository
194197 variables of wt-status code path.
195198
199+ * The way combined list-object filter options are parsed has been
200+ revamped.
201+
202+ * Editorconfig filename patterns were specified incorrectly, making
203+ many source files inside subdirectories unaffected, which has been
204+ corrected.
205+
206+ * The run_command() API lost its implicit dependencyon the singleton
207+ `the_repository` instance.
208+
209+ * The unit test helper function was taught to use backslash +
210+ mnemonic notation for certain control characters like "\t", instead
211+ of octal notation like "\011".
212+
196213
197214Fixes since v2.53
198215-----------------
@@ -323,6 +340,10 @@ Fixes since v2.53
323340 * Plug a few leaks where mmap'ed memory regions are not unmapped.
324341 (merge a8a69bbb64 jk/unleak-mmap later to maint).
325342
343+ * A test now uses the symbolic constant $ZERO_OID instead of 40 "0" to
344+ work better with SHA-256 as well as SHA-1.
345+ (merge 30310f3cc4 ss/t3200-test-zero-oid later to maint).
346+
326347 * Other code cleanup, docfix, build fix, etc.
327348 (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
328349 (merge 7a747f972d dd/t5403-modernise later to maint).
@@ -362,3 +383,5 @@ Fixes since v2.53
362383 (merge 63c00a677b ss/t9123-setup-inside-test-expect-success later to maint).
363384 (merge beca0ca4be os/doc-git-custom-commands later to maint).
364385 (merge 4c223571be ty/patch-ids-document-lazy-eval later to maint).
386+ (merge 476365ac85 jc/doc-wholesale-replace-before-next later to maint).
387+ (merge 35f220b639 ss/submodule--helper-use-xmalloc later to maint).
0 commit comments