aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-02 11:19:18 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-02 11:20:00 -0700
commitd0e8084c65cbf949038ae4cc344ac2c2efd77415 (patch)
tree906460281e7f8f7b1527a3cbcef263cf4d8b5e56 /Documentation/RelNotes
parent4a0bcc832a276b68f910729dee698bc6050ef0cc (diff)
downloadgit-d0e8084c65cbf949038ae4cc344ac2c2efd77415.tar.gz
The fourteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index a8f9461163..7f46b10ed9 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -193,6 +193,11 @@ Fixes since v2.42
run via the httpd, unlike ASan options, which has been corrected.
(merge 252d693797 jk/test-pass-ubsan-options-to-http-test later to maint).
+ * "checkout --merge -- path" and "update-index --unresolve path" did
+ not resurrect conflicted state that was resolved to remove path,
+ but now they do.
+ (merge 5bdedac3c7 jc/unresolve-removal later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).