@@ -119,6 +119,8 @@ UI, Workflows & Features
119119 * "git replay" (experimental) learns, in addition to "pick" and
120120 "replay", a new operating mode "revert".
121121
122+ * git replay now supports replaying down to the root commit.
123+
122124
123125Performance, Internal Implementation, Development Support etc.
124126--------------------------------------------------------------
@@ -283,6 +285,21 @@ Performance, Internal Implementation, Development Support etc.
283285 is buggy and breaks our existing tests, which unfortunately
284286 have been rewritten to avoid triggering the bug.
285287
288+ * Object name handling (disambiguation and abbreviation) has been
289+ refactored to be backend-generic, moving logic into the respective
290+ object database backends.
291+
292+ * pack-objects's --stdin-packs=follow mode learns to handle
293+ excluded-but-open packs.
294+
295+ * A few code paths that spawned child processes for network
296+ connection weren't wait(2)ing for their children and letting "init"
297+ reap them instead; they have been tightened.
298+
299+ * Adjust the codebase for C23 that changes functions like strchr()
300+ that discarded constness when they return a pointer into a const
301+ string to preserve constness.
302+
286303
287304Fixes since v2.53
288305-----------------
@@ -512,3 +529,6 @@ Fixes since v2.53
512529 (merge 37182267a0 kh/doc-interpret-trailers-1 later to maint).
513530 (merge f64c50e768 jc/rerere-modern-strbuf-handling later to maint).
514531 (merge 699248d89e th/t8003-unhide-git-failures later to maint).
532+ (merge d8e34f971b za/t2000-modernise later to maint).
533+ (merge 849988bc74 th/t6101-unhide-git-failures later to maint).
534+ (merge 0f0ce07625 sp/doc-gitignore-oowt later to maint).
0 commit comments