Skip to content

Commit 8a4e8f6

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cd2cc44 commit 8a4e8f6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Performance, Internal Implementation, Development Support etc.
2727
* The pack-bitmap machinery is taught to log the paths of redundant
2828
bitmap(s) to trace2 instead of stderr.
2929

30+
* Use the SHA1DC implementation on macOS, just like other platforms,
31+
by default.
3032

3133

3234
Fixes since v2.39
@@ -58,6 +60,19 @@ Fixes since v2.39
5860
* Correct pthread API usage.
5961
(merge 786e67611d sx/pthread-error-check-fix later to maint).
6062

63+
* The code to auto-correct a misspelt subcommand unnecessarily called
64+
into git_default_config() from the early config codepath, which was
65+
a no-no. This has bee corrected.
66+
(merge 0918d08887 sg/help-autocorrect-config-fix later to maint).
67+
68+
* "git http-fetch" (which is rarely used) forgot to identify itself
69+
in the trace2 output.
70+
(merge 7abb43cbc8 jt/http-fetch-trace2-report-name later to maint).
71+
72+
* The output from "git diff --stat" on an unmerged path lost the
73+
terminating LF in Git 2.39, which has been corrected.
74+
(merge 209d9cb011 pg/diff-stat-unmerged-regression-fix later to maint).
75+
6176
* Other code cleanup, docfix, build fix, etc.
6277
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
6378
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -67,3 +82,10 @@ Fixes since v2.39
6782
(merge 500317ae03 js/t3920-shell-and-or-fix later to maint).
6883
(merge 86325d36e6 rs/t3920-crlf-eating-grep-fix later to maint).
6984
(merge cfbd173ccb rj/branch-copy-and-rename later to maint).
85+
(merge c25d9e529d jk/unused-post-2.39 later to maint).
86+
(merge a31cfe3283 jk/server-supports-v2-cleanup later to maint).
87+
(merge a658e881c1 rs/am-parse-options-cleanup later to maint).
88+
(merge 4cb39fcf19 rs/clear-commit-marks-cleanup later to maint).
89+
(merge b07a819c05 rs/reflog-expiry-cleanup later to maint).
90+
(merge d422d06167 rs/clarify-error-in-write-loose-object later to maint).
91+
(merge 92cb135855 sk/remove-duplicate-includes later to maint).

0 commit comments

Comments
 (0)