Skip to content

Commit c9e5b99

Browse files
committed
Autogenerated HTML docs for v2.49.0-578-g38af9
1 parent 2d602eb commit c9e5b99

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

RelNotes/2.50.0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5766
Performance, 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
138149
Fixes 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).

git-send-email.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,19 @@ illustration below where `[PATCH v2 0/3]` is in reply to `[PATCH 0/2]`:
115115
Only necessary if --compose is also set. If --compose
116116
is not set, this will be prompted for.
117117

118+
--[no-]outlook-id-fix::
119+
Microsoft Outlook SMTP servers discard the Message-ID sent via email and
120+
assign a new random Message-ID, thus breaking threads.
121+
+
122+
With `--outlook-id-fix`, 'git send-email' uses a mechanism specific to
123+
Outlook servers to learn the Message-ID the server assigned to fix the
124+
threading. Use it only when you know that the server reports the
125+
rewritten Message-ID the same way as Outlook servers do.
126+
+
127+
Without this option specified, the fix is done by default when talking
128+
to 'smtp.office365.com' or 'smtp-mail.outlook.com'. Use
129+
`--no-outlook-id-fix` to disable even when talking to these two servers.
130+
118131
--subject=<string>::
119132
Specify the initial subject of the email thread.
120133
Only necessary if --compose is also set. If --compose

git-send-email.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,22 @@ <h3 id="_composing">Composing</h3>
590590
is not set, this will be prompted for.</p>
591591
</div>
592592
</dd>
593+
<dt class="hdlist1">--[no-]outlook-id-fix</dt>
594+
<dd>
595+
<p>Microsoft Outlook SMTP servers discard the Message-ID sent via email and
596+
assign a new random Message-ID, thus breaking threads.</p>
597+
<div class="paragraph">
598+
<p>With <code>--outlook-id-fix</code>, <em>git send-email</em> uses a mechanism specific to
599+
Outlook servers to learn the Message-ID the server assigned to fix the
600+
threading. Use it only when you know that the server reports the
601+
rewritten Message-ID the same way as Outlook servers do.</p>
602+
</div>
603+
<div class="paragraph">
604+
<p>Without this option specified, the fix is done by default when talking
605+
to <em>smtp.office365.com</em> or <em>smtp-mail.outlook.com</em>. Use
606+
<code>--no-outlook-id-fix</code> to disable even when talking to these two servers.</p>
607+
</div>
608+
</dd>
593609
<dt class="hdlist1">--subject=&lt;string&gt;</dt>
594610
<dd>
595611
<p>Specify the initial subject of the email thread.
@@ -1325,7 +1341,7 @@ <h2 id="_git">GIT</h2>
13251341
</div>
13261342
<div id="footer">
13271343
<div id="footer-text">
1328-
Last updated 2025-02-14 21:38:14 -0800
1344+
Last updated 2025-05-12 15:19:42 -0700
13291345
</div>
13301346
</div>
13311347
</body>

0 commit comments

Comments
 (0)