Current GIT is producing lots of posts with diamonds in the headers.
Those empty identifiers should not be generated by the tools.
--- Begin Message ---
>From kevin@xxxxxx Fri Feb 22 17:15:04 2008
Received: from mailbigip.dreamhost.com ([208.97.132.5]:50720 "EHLO
randymail-a3.g.dreamhost.com" rhost-flags-OK-OK-OK-FAIL)
by vger.kernel.org with ESMTP id S936322AbYBVWPD (ORCPT
<rfc822;git@xxxxxxxxxxxxxxx>); Fri, 22 Feb 2008 17:15:03 -0500
Received: from localhost.localdomain (KBALLARD.RES.WPI.NET [130.215.239.91])
by randymail-a3.g.dreamhost.com (Postfix) with ESMTP id B8C08185CC9;
Fri, 22 Feb 2008 14:15:00 -0800 (PST)
From: Kevin Ballard <kevin@xxxxxx>
To: git@xxxxxxxxxxxxxxx
Cc: Kevin Ballard <kevin@xxxxxx>
Subject: [PATCH 2/2] Document the sendemail.smtpserverport config variable
Date: Fri, 22 Feb 2008 17:14:59 -0500
Message-Id: <1203718499-34362-1-git-send-email-kevin@xxxxxx>
X-Mailer: git-send-email 1.5.4.2.184.gb23b
In-Reply-To: <>
References: <>
To: Junio C Hamano <gitster@xxxxxxxxx>
Return-Path: <kevin@xxxxxx>
X-Envelope-To: <"|/opt/Majordomo/wrapper resend -l git -f x-git -h vger.kernel.org git-outgoing"> (uid 400)
X-Orcpt: rfc822;git@xxxxxxxxxxxxxxx
Original-Recipient: rfc822;git@xxxxxxxxxxxxxxx
---
I haven't acutually tested this myself, since I don't have
all the infrastructure installed to build the manpages, but
it's simple enough that it should work.
Documentation/git-send-email.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 336d797..9d0a10c 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -216,6 +216,9 @@ sendemail.chainreplyto::
sendemail.smtpserver::
Default SMTP server to use.
+sendemail.smtpserverport::
+ Default SMTP server port to use.
+
sendemail.smtpuser::
Default SMTP-AUTH username.
--
1.5.4.2.184.gb23b
--- End Message ---