aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-30 23:24:12 -0700
committerJunio C Hamano <gitster@pobox.com>2022-05-30 23:24:12 -0700
commit1bcf4f6271ad8c952739164d160e97efd579424f (patch)
tree1ad41588695a8d812dd1ff9924da84df7ea40210
parentMerge branch 'js/use-builtin-add-i' (diff)
downloadgit-1bcf4f6271ad8c952739164d160e97efd579424f.tar.gz
git-1bcf4f6271ad8c952739164d160e97efd579424f.zip
Fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.37.0.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt
index 061cea22d5..6aea2a2d60 100644
--- a/Documentation/RelNotes/2.37.0.txt
+++ b/Documentation/RelNotes/2.37.0.txt
@@ -30,6 +30,14 @@ UI, Workflows & Features
* "git remote -v" now shows the list-objects-filter used during
fetching from the remote, if available.
+ * With the new http.curloptResolve configuration, the CURLOPT_RESOLVE
+ mechanism that allows cURL based applications to use pre-resolved
+ IP addresses for the requests is exposed to the scripts.
+
+ * "git add -i" was rewritten in C some time ago and has been in
+ testing; the reimplementation is now exposed to general public by
+ default.
+
Performance, Internal Implementation, Development Support etc.
@@ -180,6 +188,11 @@ Fixes since v2.36
the safety.
(merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
+ * The tests that ensured merges stop when interfering local changes
+ are present did not make sure that local changes are preserved; now
+ they do.
+ (merge 4b317450ce jc/t6424-failing-merge-preserve-local-changes later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
(merge 0b75e5bf22 ab/misc-cleanup later to maint).