@@ -89,6 +89,11 @@ UI, Workflows & Features
8989 variable did nothing but giving a "this does not do anything"
9090 warning. The warning has been removed.
9191
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+
9297
9398Performance, Internal Implementation, Development Support etc.
9499
@@ -211,6 +216,13 @@ Performance, Internal Implementation, Development Support etc.
211216 * An existing test of oidmap API has been rewritten with the
212217 unit-test framework.
213218
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+
214226
215227Fixes since v2.45
216228-----------------
@@ -408,7 +420,12 @@ Fixes since v2.45
408420 has been corrected.
409421 (merge 4d8ee0317f jc/disable-push-nego-for-deletion later to maint).
410422
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+
411427 * Other code cleanup, docfix, build fix, etc.
412428 (merge 493fdae046 ew/object-convert-leakfix later to maint).
413429 (merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
414430 (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