aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-09 11:35:53 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-09 12:02:26 -0700
commitdd3f6c4cae7e3b15ce984dce8593ff7569650e24 (patch)
tree413e352c44dd798ae46a7b9a13c11ba7171cae66 /Documentation
parentMerge branch 'vd/sparse-reset-checkout-fixes' (diff)
downloadgit-dd3f6c4cae7e3b15ce984dce8593ff7569650e24.tar.gz
git-dd3f6c4cae7e3b15ce984dce8593ff7569650e24.zip
The nineteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.38.0.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt
index f521e930ba..7e272b45b2 100644
--- a/Documentation/RelNotes/2.38.0.txt
+++ b/Documentation/RelNotes/2.38.0.txt
@@ -75,6 +75,12 @@ UI, Workflows & Features
* "git clone" command learned the "--bundle-uri" option to coordinate
with hosting sites the use of pre-prepared bundle files.
+ * "git range-diff" learned to honor pathspec argument if given.
+
+ * "git format-patch --from=<ident>" can be told to add an in-body
+ "From:" line even for commits that are authored by the given
+ <ident> with "--force-in-body-from"option.
+
Performance, Internal Implementation, Development Support etc.
@@ -148,6 +154,9 @@ Performance, Internal Implementation, Development Support etc.
* The pack bitmap file gained a bitmap-lookup table to speed up
locating the necessary bitmap for a given commit.
+ * The assembly version of SHA-1 implementation for PPC has been
+ removed.
+
Fixes since v2.37
-----------------
@@ -323,6 +332,16 @@ Fixes since v2.37
to schedule tasks.
(merge ee69e7884e bc/gc-crontab-fix later to maint).
+ * Those who use diff-so-fancy as the diff-filter noticed a regression
+ or two in the code that parses the diff output in the built-in
+ version of "add -p", which has been corrected.
+ (merge 0a101676e5 js/add-p-diff-parsing-fix later to maint).
+
+ * Segfault fix-up to an earlier fix to the topic to teach "git reset"
+ and "git checkout" work better in a sparse checkout.
+ (merge 037f8ea6d9 vd/sparse-reset-checkout-fixes later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
(merge 0682bc43f5 jk/test-crontab-fixes later to maint).
+ (merge b46dd1726c cc/doc-trailer-whitespace-rules later to maint).