From: Junio C Hamano Date: Mon, 12 May 2025 21:22:59 +0000 (-0700) Subject: The thirteenth batch X-Git-Tag: v2.50.0-rc0~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38af977b81bbf8ce8c0004d3f4046a823ecb30a1;p=thirdparty%2Fgit.git The thirteenth batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc index 07759cf98b..6794031f99 100644 --- a/Documentation/RelNotes/2.50.0.adoc +++ b/Documentation/RelNotes/2.50.0.adoc @@ -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).