]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The thirteenth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 May 2025 21:22:59 +0000 (14:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 May 2025 21:22:59 +0000 (14:22 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc

index 07759cf98b3ccaf2492918f50d0725ddee044762..6794031f99603428717b5e3429aab50da8364b62 100644 (file)
@@ -53,6 +53,15 @@ UI, Workflows & Features
 
  * The build procedure installs bash (but not zsh) completion script.
 
+ * send-email has been updated to work better with Outlook's smtp server.
+
+ * "git diff --minimal" used to give non-minimal output when its
+   optimization kicked in, which has been disabled.
+
+ * "git index-pack --fix-thin" used to abort to prevent a cycle in
+   delta chains from forming in a corner case even when there is no
+   such cycle.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -134,6 +143,8 @@ Performance, Internal Implementation, Development Support etc.
 
  * Add an equivalent to "make hdr-check" target to meson based builds.
 
+ * Further code clean-up in the object-store layer.
+
 
 Fixes since v2.49
 -----------------
@@ -261,6 +272,10 @@ Fixes since v2.49
    now detected and the command errors out.
    (merge 974f0d4664 ps/mv-contradiction-fix later to maint).
 
+ * Further refinement on CI messages when an optional external
+   software is unavailable (e.g. due to third-party service outage).
+   (merge 956acbefbd jc/ci-skip-unavailable-external-software later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
    (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).