Skip to content

Commit be1a02a

Browse files
committed
The seventeenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 624a936 commit be1a02a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ UI, Workflows & Features
7272
* The bash prompt (in contrib/) learned to optionally indicate when
7373
the index is unmerged.
7474

75+
* "git clone" command learned the "--bundle-uri" option to coordinate
76+
with hosting sites the use of pre-prepared bundle files.
77+
7578

7679
Performance, Internal Implementation, Development Support etc.
7780

@@ -139,6 +142,9 @@ Performance, Internal Implementation, Development Support etc.
139142
* Test portability improvements.
140143
(merge 4d1d843be7 mt/rot13-in-c later to maint).
141144

145+
* The "subcommand" mode is introduced to parse-options API and update
146+
the command line parser of Git commands with subcommands.
147+
142148

143149
Fixes since v2.37
144150
-----------------
@@ -296,5 +302,10 @@ Fixes since v2.37
296302
to 22.04.
297303
(merge ef46584831 ds/github-actions-use-newer-ubuntu later to maint).
298304

305+
* The auto-stashed local changes created by "git merge --autostash"
306+
was mixed into a conflicted state left in the working tree, which
307+
has been corrected.
308+
(merge d3a9295ada en/merge-unstash-only-on-clean-merge later to maint).
309+
299310
* Other code cleanup, docfix, build fix, etc.
300-
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
311+
(merge 77b9e85c0f vd/fix-perf-tests later to maint).

0 commit comments

Comments
 (0)