Skip to content

Commit 9748a68

Browse files
committed
The sixth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4c237d2 commit 9748a68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.42.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Performance, Internal Implementation, Development Support etc.
3131

3232
* "git worktree" learned to work better with sparse index feature.
3333

34+
* When the external merge driver is killed by a signal, its output
35+
should not be trusted as a resolution with conflicts that is
36+
proposed by the driver, but the code did.
37+
3438

3539
Fixes since v2.41
3640
-----------------
@@ -117,6 +121,11 @@ Fixes since v2.41
117121
between the way the code enumerates packfiles in the repository.
118122
(merge 73320e49ad tb/collect-pack-filenames-fix later to maint).
119123

124+
* We create .pack and then .idx, we consider only packfiles that have
125+
.idx usable (those with only .pack are not ready yet), so we should
126+
remove .idx before removing .pack for consistency.
127+
(merge 0dd1324a73 ds/remove-idx-before-pack later to maint).
128+
120129
* Other code cleanup, docfix, build fix, etc.
121130
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
122131
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).

0 commit comments

Comments
 (0)