@@ -89,6 +89,11 @@ UI, Workflows & Features
89
89
variable did nothing but giving a "this does not do anything"
90
90
warning. The warning has been removed.
91
91
92
+ * The http transport can now be told to send request with
93
+ authentication material without first getting a 401 response.
94
+
95
+ * A handful of entries are added to the GitFAQ document.
96
+
92
97
93
98
Performance, Internal Implementation, Development Support etc.
94
99
@@ -211,6 +216,13 @@ Performance, Internal Implementation, Development Support etc.
211
216
* An existing test of oidmap API has been rewritten with the
212
217
unit-test framework.
213
218
219
+ * The "ort" merge backend saw one bugfix for a crash that happens
220
+ when inner merge gets killed, and assorted code clean-ups.
221
+
222
+ * A new warning message is issued when a command has to expand a
223
+ sparse index to handle working tree cruft that are outside of the
224
+ sparse checkout.
225
+
214
226
215
227
Fixes since v2.45
216
228
-----------------
@@ -408,7 +420,12 @@ Fixes since v2.45
408
420
has been corrected.
409
421
(merge 4d8ee0317f jc/disable-push-nego-for-deletion later to maint).
410
422
423
+ * Address-looking strings found on the trailer are now placed on the
424
+ Cc: list after running through sanitize_address by "git send-email".
425
+ (merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).
426
+
411
427
* Other code cleanup, docfix, build fix, etc.
412
428
(merge 493fdae046 ew/object-convert-leakfix later to maint).
413
429
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
414
430
(merge 428c40da61 ri/doc-show-branch-fix later to maint).
431
+ (merge 58696bfcaa jc/where-is-bash-for-ci later to maint).
0 commit comments