@@ -61,6 +61,9 @@ UI, Workflows & Features
6161 * "git pull" learned to pay attention to pull.autostash configuration
6262 variable, which overrides rebase/merge.autostash.
6363
64+ * "git for-each-ref" learns "--start-after" option to help
65+ applications that want to page its output.
66+
6467
6568Performance, Internal Implementation, Development Support etc.
6669--------------------------------------------------------------
@@ -125,6 +128,11 @@ Performance, Internal Implementation, Development Support etc.
125128 * The reftable unit tests are now ported to the "clar" unit testing
126129 framework.
127130
131+ * Redefine where the multi-pack-index sits in the object subsystem,
132+ which recently was restructured to allow multiple backends that
133+ support a single object source that belongs to one repository. A
134+ midx does span mulitple "object sources".
135+
128136
129137Fixes since v2.50
130138-----------------
@@ -252,6 +260,15 @@ including security updates, are included in this release.
252260 core.commentstring is set to 'auto'.
253261 (merge 92b7c7c9f5 ac/auto-comment-char-fix later to maint).
254262
263+ * "git rebase -i" with bogus rebase.instructionFormat configuration
264+ failed to produce the todo file after recording the state files,
265+ leading to confused "git status"; this has been corrected.
266+ (merge ade14bffd7 ow/rebase-verify-insn-fmt-before-initializing-state later to maint).
267+
268+ * A few file descriptors left unclosed upon program completion in a
269+ few test helper programs are now closed.
270+ (merge 0f1b33815b hl/test-helper-fd-close later to maint).
271+
255272 * Other code cleanup, docfix, build fix, etc.
256273 (merge b257adb571 lo/my-first-ow-doc-update later to maint).
257274 (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
0 commit comments