]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The seventeenth batch, just before -rc0
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 01:44:07 +0000 (18:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Aug 2025 01:44:28 +0000 (18:44 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc

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