@@ -26,6 +26,9 @@ UI, Workflows & Features
26
26
* "git format-patch" learned to honor format.mboxrd even when sending
27
27
patches to the standard output stream,
28
28
29
+ * 'cat-file' gains mailmap support for its '--batch-check' and '-s'
30
+ options.
31
+
29
32
30
33
Performance, Internal Implementation, Development Support etc.
31
34
@@ -37,6 +40,14 @@ Performance, Internal Implementation, Development Support etc.
37
40
* Use the SHA1DC implementation on macOS, just like other platforms,
38
41
by default.
39
42
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
+
40
51
41
52
Fixes since v2.39
42
53
-----------------
@@ -94,6 +105,9 @@ Fixes since v2.39
94
105
flush its output to the disk..
95
106
(merge ce54672f9b ps/fsync-refs-fix later to maint).
96
107
108
+ * Fix to a small regression in 2.38 days.
109
+ (merge 6d5e9e53aa ab/bundle-wo-args later to maint).
110
+
97
111
* Other code cleanup, docfix, build fix, etc.
98
112
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
99
113
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -110,3 +124,6 @@ Fixes since v2.39
110
124
(merge b07a819c05 rs/reflog-expiry-cleanup later to maint).
111
125
(merge d422d06167 rs/clarify-error-in-write-loose-object later to maint).
112
126
(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