diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-05 11:53:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-05 11:53:56 -0700 |
| commit | 64cbe5e2e8a7b0f92c780b210e602496bd5cad0f (patch) | |
| tree | ec7518c55427bc0e67b0ed81017243d82bd23517 | |
| parent | Merge branch 'kj/renamed-submodule' (diff) | |
| download | git-64cbe5e2e8a7b0f92c780b210e602496bd5cad0f.tar.gz git-64cbe5e2e8a7b0f92c780b210e602496bd5cad0f.zip | |
A bit more after -rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.51.0.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc index a89d459d2e..f8adc2c5cf 100644 --- a/Documentation/RelNotes/2.51.0.adoc +++ b/Documentation/RelNotes/2.51.0.adoc @@ -67,6 +67,11 @@ UI, Workflows & Features * "git switch" and "git restore" are declared to be no longer experimental. + * "git -c alias.foo=bar foo -h baz" reported "'foo' is aliased to + 'bar'" and then went on to run "git foo -h baz", which was + unexpected. Tighten the rule so that alias expansion is reported + only when "-h" is the sole option. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -136,6 +141,9 @@ Performance, Internal Implementation, Development Support etc. support a single object source that belongs to one repository. A midx does span mulitple "object sources". + * Reduce implicit assumption and dependence on the_repository in the + object-file subsystem. + Fixes since v2.50 ----------------- @@ -284,6 +292,11 @@ including security updates, are included in this release. and also they learn to honor the -U<n> command-line option. (merge 2b3ae04011 lm/add-p-context later to maint). + * The case where a new submodule takes a path where used to be a + completely different subproject is now dealt a bit better than + before. + (merge 5ed8c5b465 kj/renamed-submodule 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). |
