aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-12 14:22:59 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-12 14:22:59 -0700
commit38af977b81bbf8ce8c0004d3f4046a823ecb30a1 (patch)
tree83427b7838a51315ddea7d635678f9be4226dda9
parentMerge branch 'ps/meson-bin-sh' (diff)
downloadgit-38af977b81bbf8ce8c0004d3f4046a823ecb30a1.tar.gz
git-38af977b81bbf8ce8c0004d3f4046a823ecb30a1.zip
The thirteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.50.0.adoc15
1 files changed, 15 insertions, 0 deletions
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).