]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The sixth batch main master
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2025 19:07:52 +0000 (12:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jul 2025 19:08:05 +0000 (12:08 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.51.0.adoc

index 199cc01621bd48c53081f154da062cee2054f17b..c854746c3e8f9e34bb835962590c5928957b71a7 100644 (file)
@@ -31,6 +31,11 @@ UI, Workflows & Features
    use the compact-summary format, intead of diffstat, when showing
    the summary of the incoming changes.
 
+ * "git imap-send" has been broken for a long time, which has been
+   resurrected and then taught to talk OAuth2.0 etc.
+
+ * Some error messages from "git imap-send" has been updated.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -51,6 +56,8 @@ Performance, Internal Implementation, Development Support etc.
  * A test helper "test_seq" function learned the "-f <fmt>" option,
    which allowed us to simplify a lot of test scripts.
 
+ * A lot of stale stuff has been removed from the contrib/ hierarchy.
+
 
 Fixes since v2.50
 -----------------