@@ -53,6 +53,15 @@ UI, Workflows & Features
5353
5454 * The build procedure installs bash (but not zsh) completion script.
5555
56+ * send-email has been updated to work better with Outlook's smtp server.
57+
58+ * "git diff --minimal" used to give non-minimal output when its
59+ optimization kicked in, which has been disabled.
60+
61+ * "git index-pack --fix-thin" used to abort to prevent a cycle in
62+ delta chains from forming in a corner case even when there is no
63+ such cycle.
64+
5665
5766Performance, Internal Implementation, Development Support etc.
5867--------------------------------------------------------------
@@ -134,6 +143,8 @@ Performance, Internal Implementation, Development Support etc.
134143
135144 * Add an equivalent to "make hdr-check" target to meson based builds.
136145
146+ * Further code clean-up in the object-store layer.
147+
137148
138149Fixes since v2.49
139150-----------------
@@ -261,6 +272,10 @@ Fixes since v2.49
261272 now detected and the command errors out.
262273 (merge 974f0d4664 ps/mv-contradiction-fix later to maint).
263274
275+ * Further refinement on CI messages when an optional external
276+ software is unavailable (e.g. due to third-party service outage).
277+ (merge 956acbefbd jc/ci-skip-unavailable-external-software later to maint).
278+
264279 * Other code cleanup, docfix, build fix, etc.
265280 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
266281 (merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
0 commit comments