A bit more after -rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Aug 5, 2025 at 11:53 UTC 64cbe5e2e8a7b0f92c780b210e602496bd5cad0f
1 file changed +13
Documentation/RelNotes/2.51.0.adoc
+13
@@ -67,6 +67,11 @@ UI, Workflows & Features
67 * "git switch" and "git restore" are declared to be no longer
68 experimental.
69
70 + * "git -c alias.foo=bar foo -h baz" reported "'foo' is aliased to
71 + 'bar'" and then went on to run "git foo -h baz", which was
72 + unexpected. Tighten the rule so that alias expansion is reported
73 + only when "-h" is the sole option.
74 +
75
76 Performance, Internal Implementation, Development Support etc.
77 --------------------------------------------------------------
@@ -136,6 +141,9 @@ Performance, Internal Implementation, Development Support etc.
141 support a single object source that belongs to one repository. A
142 midx does span mulitple "object sources".
143
144 + * Reduce implicit assumption and dependence on the_repository in the
145 + object-file subsystem.
146 +
147
148 Fixes since v2.50
149 -----------------
@@ -284,6 +292,11 @@ including security updates, are included in this release.
292 and also they learn to honor the -U<n> command-line option.
293 (merge 2b3ae04011 lm/add-p-context later to maint).
294
295 + * The case where a new submodule takes a path where used to be a
296 + completely different subproject is now dealt a bit better than
297 + before.
298 + (merge 5ed8c5b465 kj/renamed-submodule later to maint).
299 +
300 * Other code cleanup, docfix, build fix, etc.
301 (merge b257adb571 lo/my-first-ow-doc-update later to maint).
302 (merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).