Skip to content

Commit 262c45b

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent eaebc89 commit 262c45b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ UI, Workflows & Features
2929
* 'cat-file' gains mailmap support for its '--batch-check' and '-s'
3030
options.
3131

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+
3238

3339
Performance, Internal Implementation, Development Support etc.
3440

@@ -62,6 +68,10 @@ Performance, Internal Implementation, Development Support etc.
6268
lose CRLF vs LF?" later, at which time we may be able to further
6369
clean this up by replacing "git diff --no-index" with "diff -u".
6470

71+
* Avoid unnecessary builds in CI, with settings configured in
72+
ci-config.
73+
(merge eb5b03a9c0 tb/ci-concurrency later to maint).
74+
6575

6676
Fixes since v2.39
6777
-----------------
@@ -122,6 +132,15 @@ Fixes since v2.39
122132
* Fix to a small regression in 2.38 days.
123133
(merge 6d5e9e53aa ab/bundle-wo-args later to maint).
124134

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+
125144
* Other code cleanup, docfix, build fix, etc.
126145
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
127146
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -141,3 +160,5 @@ Fixes since v2.39
141160
(merge 4eb1ccecd4 dh/mingw-ownership-check-typofix later to maint).
142161
(merge f95526419b ar/typofix-gitattributes-doc later to maint).
143162
(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

Comments
 (0)