]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Post 2.46-rc0 batch #2
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Jul 2024 18:18:39 +0000 (11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Jul 2024 18:18:58 +0000 (11:18 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.46.0.txt

index 602bb5d512b1796497b8e51b457800c63bda582d..64d83fd63f2554486adf5cc0ccdc7f3ad4ec2f44 100644 (file)
@@ -89,6 +89,11 @@ UI, Workflows & Features
    variable did nothing but giving a "this does not do anything"
    warning.  The warning has been removed.
 
+ * The http transport can now be told to send request with
+   authentication material without first getting a 401 response.
+
+ * A handful of entries are added to the GitFAQ document.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -211,6 +216,13 @@ Performance, Internal Implementation, Development Support etc.
  * An existing test of oidmap API has been rewritten with the
    unit-test framework.
 
+ * The "ort" merge backend saw one bugfix for a crash that happens
+   when inner merge gets killed, and assorted code clean-ups.
+
+ * A new warning message is issued when a command has to expand a
+   sparse index to handle working tree cruft that are outside of the
+   sparse checkout.
+
 
 Fixes since v2.45
 -----------------
@@ -408,7 +420,12 @@ Fixes since v2.45
    has been corrected.
    (merge 4d8ee0317f jc/disable-push-nego-for-deletion later to maint).
 
+ * Address-looking strings found on the trailer are now placed on the
+   Cc: list after running through sanitize_address by "git send-email".
+   (merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 493fdae046 ew/object-convert-leakfix later to maint).
    (merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
    (merge 428c40da61 ri/doc-show-branch-fix later to maint).
+   (merge 58696bfcaa jc/where-is-bash-for-ci later to maint).