Skip to content

Commit 125493b

Browse files
committed
Sync with 'master'
2 parents fa3c383 + 64cbe5e commit 125493b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ UI, Workflows & Features
6767
* "git switch" and "git restore" are declared to be no longer
6868
experimental.
6969

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+
7075

7176
Performance, Internal Implementation, Development Support etc.
7277
--------------------------------------------------------------
@@ -136,6 +141,9 @@ Performance, Internal Implementation, Development Support etc.
136141
support a single object source that belongs to one repository. A
137142
midx does span mulitple "object sources".
138143
144+
* Reduce implicit assumption and dependence on the_repository in the
145+
object-file subsystem.
146+
139147
140148
Fixes since v2.50
141149
-----------------
@@ -284,6 +292,11 @@ including security updates, are included in this release.
284292
and also they learn to honor the -U<n> command-line option.
285293
(merge 2b3ae04011 lm/add-p-context later to maint).
286294

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+
287300
* Other code cleanup, docfix, build fix, etc.
288301
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
289302
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).

0 commit comments

Comments
 (0)