File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ UI, Workflows & Features
30
30
* "git remote -v" now shows the list-objects-filter used during
31
31
fetching from the remote, if available.
32
32
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
+
33
41
34
42
Performance, Internal Implementation, Development Support etc.
35
43
@@ -180,6 +188,11 @@ Fixes since v2.36
180
188
the safety.
181
189
(merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
182
190
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
+
183
196
* Other code cleanup, docfix, build fix, etc.
184
197
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
185
198
(merge 0b75e5bf22 ab/misc-cleanup later to maint).
You can’t perform that action at this time.
0 commit comments