<br><br><div class="gmail_quote">On Sun, Dec 21, 2008 at 9:07 AM, Nick Burns <span dir="ltr">&lt;<a href="mailto:adger44@hotmail.com">adger44@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Resending this due to the terrible hotmail &quot;formatting&quot;<br>
Any tips for how to get legible emails out of hotmail without doubling up the newlines would be greatly appreciated<br>
Note: I cannot even read the emails I send from hotmail...<br>
-------<br>
<font color="#888888"><br>
&nbsp;- Nick</font><br><br>
<br></blockquote></div><br>You can use these steps:<br>1. Add your email and name to git config ($HOME/.gitconfig probably)<br>2. git-format-patch --keep-subject HEAD^<br>3. Now check that patch file looks correct in text editor. (You can also add some extra text to message still)<br>
4. git-send-email --smtp-server &lt;your isp&#39;s smtp server&gt; --to <a href="mailto:wine-patches@winehq.org">wine-patches@winehq.org</a> 0001*<br><br>(You can first check that send-email will produce correct headers with --dry-run)<br>
<br>Pauli<br>