author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | |
Thu, 5 Apr 2007 23:50:24 +0000 (08:50 +0900) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 6 Apr 2007 23:49:44 +0000 (16:49 -0700) | ||
commit | a925b89cea15c90ccf131a4ec9770ca1323e4a7f | |
tree | b47648b3771158d1224d74a84e1a5767ebff1945 | tree | snapshot |
parent | 0e070f997b529e81f7daff79fea1b61bc9166f6b | commit | diff |
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>
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 | diff | blob | history |