Skip to content

Commit 1bcf4f6

Browse files
committed
Fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1fc1879 commit 1bcf4f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ UI, Workflows & Features
3030
* "git remote -v" now shows the list-objects-filter used during
3131
fetching from the remote, if available.
3232

33+
* With the new http.curloptResolve configuration, the CURLOPT_RESOLVE
34+
mechanism that allows cURL based applications to use pre-resolved
35+
IP addresses for the requests is exposed to the scripts.
36+
37+
* "git add -i" was rewritten in C some time ago and has been in
38+
testing; the reimplementation is now exposed to general public by
39+
default.
40+
3341

3442
Performance, Internal Implementation, Development Support etc.
3543

@@ -180,6 +188,11 @@ Fixes since v2.36
180188
the safety.
181189
(merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
182190

191+
* The tests that ensured merges stop when interfering local changes
192+
are present did not make sure that local changes are preserved; now
193+
they do.
194+
(merge 4b317450ce jc/t6424-failing-merge-preserve-local-changes later to maint).
195+
183196
* Other code cleanup, docfix, build fix, etc.
184197
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
185198
(merge 0b75e5bf22 ab/misc-cleanup later to maint).

0 commit comments

Comments
 (0)