summaryrefslogtreecommitdiff
path: root/log-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-05 00:08:04 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-05 01:31:29 (GMT)
commit33ee4cfb6929c77307887bc2124eaeaf011892dc (patch)
treecd1df9a57d559848246cd8a9f023ad65b178633d /log-tree.c
parentc112f689c2c4dfbf2e4dca0e91aa527dd96ab333 (diff)
downloadgit-33ee4cfb6929c77307887bc2124eaeaf011892dc.zip
git-33ee4cfb6929c77307887bc2124eaeaf011892dc.tar.gz
git-33ee4cfb6929c77307887bc2124eaeaf011892dc.tar.bz2
format-patch --attach: not folding some long headers.
Panagiotis Issaris reports that some MUAs seem not to like folded "content-type" and "content-disposition" headers, so this makes format-patch --attach output to avoid them. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'log-tree.c')
-rw-r--r--log-tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/log-tree.c b/log-tree.c
index 7b3ad7d..8797aa1 100644
--- a/log-tree.c
+++ b/log-tree.c
@@ -186,7 +186,7 @@ void show_log(struct rev_info *opt, const char *sep)
snprintf(subject_buffer, sizeof(subject_buffer) - 1,
"%s"
"MIME-Version: 1.0\n"
- "Content-Type: multipart/mixed;\n"
+ "Content-Type: multipart/mixed;"
" boundary=\"%s%s\"\n"
"\n"
"This is a multi-part message in MIME "
@@ -202,10 +202,10 @@ void show_log(struct rev_info *opt, const char *sep)
snprintf(buffer, sizeof(buffer) - 1,
"--%s%s\n"
- "Content-Type: text/x-patch;\n"
+ "Content-Type: text/x-patch;"
" name=\"%s.diff\"\n"
"Content-Transfer-Encoding: 8bit\n"
- "Content-Disposition: %s;\n"
+ "Content-Disposition: %s;"
" filename=\"%s.diff\"\n\n",
mime_boundary_leader, opt->mime_boundary,
sha1,