@@ -67,6 +67,11 @@ UI, Workflows & Features
67
67
* "git switch" and "git restore" are declared to be no longer
68
68
experimental.
69
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
+
70
75
71
76
Performance, Internal Implementation, Development Support etc.
72
77
--------------------------------------------------------------
@@ -136,6 +141,9 @@ Performance, Internal Implementation, Development Support etc.
136
141
support a single object source that belongs to one repository. A
137
142
midx does span mulitple "object sources".
138
143
144
+ * Reduce implicit assumption and dependence on the_repository in the
145
+ object-file subsystem.
146
+
139
147
140
148
Fixes since v2.50
141
149
-----------------
@@ -284,6 +292,11 @@ including security updates, are included in this release.
284
292
and also they learn to honor the -U<n> command-line option.
285
293
(merge 2b3ae04011 lm/add-p-context later to maint).
286
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
+
287
300
* Other code cleanup, docfix, build fix, etc.
288
301
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
289
302
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
0 commit comments