aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-06-29 15:57:26 -0700
committerJunio C Hamano <gitster@pobox.com>2023-06-29 16:43:21 -0700
commit9748a6820043d5815bee770ffa51647e0adc2cf0 (patch)
treeec7580f6a1a4ccf945c1542fa59b0d4529448f85 /Documentation/RelNotes
parent4c237d2ca2b5aa1f8b79e9ac5e1afa907436fbfe (diff)
downloadgit-9748a6820043d5815bee770ffa51647e0adc2cf0.tar.gz
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.42.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt
index 85e078839c..310f899306 100644
--- a/Documentation/RelNotes/2.42.0.txt
+++ b/Documentation/RelNotes/2.42.0.txt
@@ -31,6 +31,10 @@ Performance, Internal Implementation, Development Support etc.
* "git worktree" learned to work better with sparse index feature.
+ * When the external merge driver is killed by a signal, its output
+ should not be trusted as a resolution with conflicts that is
+ proposed by the driver, but the code did.
+
Fixes since v2.41
-----------------
@@ -117,6 +121,11 @@ Fixes since v2.41
between the way the code enumerates packfiles in the repository.
(merge 73320e49ad tb/collect-pack-filenames-fix later to maint).
+ * We create .pack and then .idx, we consider only packfiles that have
+ .idx usable (those with only .pack are not ready yet), so we should
+ remove .idx before removing .pack for consistency.
+ (merge 0dd1324a73 ds/remove-idx-before-pack later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).