@@ -53,6 +53,15 @@ UI, Workflows & Features
53
53
54
54
* The build procedure installs bash (but not zsh) completion script.
55
55
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
+
56
65
57
66
Performance, Internal Implementation, Development Support etc.
58
67
--------------------------------------------------------------
@@ -134,6 +143,8 @@ Performance, Internal Implementation, Development Support etc.
134
143
135
144
* Add an equivalent to "make hdr-check" target to meson based builds.
136
145
146
+ * Further code clean-up in the object-store layer.
147
+
137
148
138
149
Fixes since v2.49
139
150
-----------------
@@ -261,6 +272,10 @@ Fixes since v2.49
261
272
now detected and the command errors out.
262
273
(merge 974f0d4664 ps/mv-contradiction-fix later to maint).
263
274
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
+
264
279
* Other code cleanup, docfix, build fix, etc.
265
280
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
266
281
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
0 commit comments