Skip to content

Commit dd3f6c4

Browse files
committed
The nineteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe3939b commit dd3f6c4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ UI, Workflows & Features
7575
* "git clone" command learned the "--bundle-uri" option to coordinate
7676
with hosting sites the use of pre-prepared bundle files.
7777

78+
* "git range-diff" learned to honor pathspec argument if given.
79+
80+
* "git format-patch --from=<ident>" can be told to add an in-body
81+
"From:" line even for commits that are authored by the given
82+
<ident> with "--force-in-body-from"option.
83+
7884

7985
Performance, Internal Implementation, Development Support etc.
8086

@@ -148,6 +154,9 @@ Performance, Internal Implementation, Development Support etc.
148154
* The pack bitmap file gained a bitmap-lookup table to speed up
149155
locating the necessary bitmap for a given commit.
150156

157+
* The assembly version of SHA-1 implementation for PPC has been
158+
removed.
159+
151160

152161
Fixes since v2.37
153162
-----------------
@@ -323,6 +332,16 @@ Fixes since v2.37
323332
to schedule tasks.
324333
(merge ee69e7884e bc/gc-crontab-fix later to maint).
325334

335+
* Those who use diff-so-fancy as the diff-filter noticed a regression
336+
or two in the code that parses the diff output in the built-in
337+
version of "add -p", which has been corrected.
338+
(merge 0a101676e5 js/add-p-diff-parsing-fix later to maint).
339+
340+
* Segfault fix-up to an earlier fix to the topic to teach "git reset"
341+
and "git checkout" work better in a sparse checkout.
342+
(merge 037f8ea6d9 vd/sparse-reset-checkout-fixes later to maint).
343+
326344
* Other code cleanup, docfix, build fix, etc.
327345
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
328346
(merge 0682bc43f5 jk/test-crontab-fixes later to maint).
347+
(merge b46dd1726c cc/doc-trailer-whitespace-rules later to maint).

0 commit comments

Comments
 (0)