@@ -29,6 +29,12 @@ UI, Workflows & Features
29
29
* 'cat-file' gains mailmap support for its '--batch-check' and '-s'
30
30
options.
31
31
32
+ * Conditionally skip the pre-applypatch and applypatch-msg hooks when
33
+ applying patches with 'git am'.
34
+
35
+ * Introduce an optional configuration to allow the trailing hash that
36
+ protects the index file from bit flipping.
37
+
32
38
33
39
Performance, Internal Implementation, Development Support etc.
34
40
@@ -62,6 +68,10 @@ Performance, Internal Implementation, Development Support etc.
62
68
lose CRLF vs LF?" later, at which time we may be able to further
63
69
clean this up by replacing "git diff --no-index" with "diff -u".
64
70
71
+ * Avoid unnecessary builds in CI, with settings configured in
72
+ ci-config.
73
+ (merge eb5b03a9c0 tb/ci-concurrency later to maint).
74
+
65
75
66
76
Fixes since v2.39
67
77
-----------------
@@ -122,6 +132,15 @@ Fixes since v2.39
122
132
* Fix to a small regression in 2.38 days.
123
133
(merge 6d5e9e53aa ab/bundle-wo-args later to maint).
124
134
135
+ * "git diff --relative" did not mix well with "git diff --ext-diff",
136
+ which has been corrected.
137
+ (merge f034bb1cad jk/ext-diff-with-relative later to maint).
138
+
139
+ * The logic to see if we are using the "cone" mode by checking the
140
+ sparsity patterns has been tightened to avoid mistaking a pattern
141
+ that names a single file as specifying a cone.
142
+ (merge 5842710dc2 ws/single-file-cone later to maint).
143
+
125
144
* Other code cleanup, docfix, build fix, etc.
126
145
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
127
146
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -141,3 +160,5 @@ Fixes since v2.39
141
160
(merge 4eb1ccecd4 dh/mingw-ownership-check-typofix later to maint).
142
161
(merge f95526419b ar/typofix-gitattributes-doc later to maint).
143
162
(merge 27875aeec9 km/doc-branch-start-point later to maint).
163
+ (merge 35c194dc57 es/t1509-root-fixes later to maint).
164
+ (merge 7b341645e3 pw/ci-print-failure-name-fix later to maint).
0 commit comments