Skip to content

Commit 4dbebc3

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d4c5400 commit 4dbebc3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ UI, Workflows & Features
2626
* "git format-patch" learned to honor format.mboxrd even when sending
2727
patches to the standard output stream,
2828

29+
* 'cat-file' gains mailmap support for its '--batch-check' and '-s'
30+
options.
31+
2932

3033
Performance, Internal Implementation, Development Support etc.
3134

@@ -37,6 +40,14 @@ Performance, Internal Implementation, Development Support etc.
3740
* Use the SHA1DC implementation on macOS, just like other platforms,
3841
by default.
3942

43+
* Even in a repository with promisor remote, it is useless to
44+
attempt to lazily attempt fetching an object that is expected to be
45+
commit, because no "filter" mode omits commit objects. Take
46+
advantage of this assumption to fail fast on errors.
47+
48+
* Stop using "git --super-prefix" and narrow the scope of its use to
49+
the submodule--helper.
50+
4051

4152
Fixes since v2.39
4253
-----------------
@@ -94,6 +105,9 @@ Fixes since v2.39
94105
flush its output to the disk..
95106
(merge ce54672f9b ps/fsync-refs-fix later to maint).
96107

108+
* Fix to a small regression in 2.38 days.
109+
(merge 6d5e9e53aa ab/bundle-wo-args later to maint).
110+
97111
* Other code cleanup, docfix, build fix, etc.
98112
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
99113
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -110,3 +124,6 @@ Fixes since v2.39
110124
(merge b07a819c05 rs/reflog-expiry-cleanup later to maint).
111125
(merge d422d06167 rs/clarify-error-in-write-loose-object later to maint).
112126
(merge 92cb135855 sk/remove-duplicate-includes later to maint).
127+
(merge 4eb1ccecd4 dh/mingw-ownership-check-typofix later to maint).
128+
(merge f95526419b ar/typofix-gitattributes-doc later to maint).
129+
(merge 27875aeec9 km/doc-branch-start-point later to maint).

0 commit comments

Comments
 (0)