]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
Avoid composing too long "References" header.
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Thu, 5 Apr 2007 23:50:24 +0000 (08:50 +0900)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Apr 2007 23:49:44 +0000 (16:49 -0700)
commita925b89cea15c90ccf131a4ec9770ca1323e4a7f
treeb47648b3771158d1224d74a84e1a5767ebff1945
parent0e070f997b529e81f7daff79fea1b61bc9166f6b
Avoid composing too long "References" header.

The number of characters in a line MUST be no more than 998 characters,
and SHOULD be no more than 78 characters (RFC2822).
It is much safer to fold the header by ourselves.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl