diff options
Diffstat (limited to 'ui-patch.c')
-rw-r--r-- | ui-patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ void cgit_print_patch(const char *new_rev, const char *old_rev, | |||
59 | patchname = fmt("%s.patch", rev_range); | 59 | patchname = fmt("%s.patch", rev_range); |
60 | ctx.page.mimetype = "text/plain"; | 60 | ctx.page.mimetype = "text/plain"; |
61 | ctx.page.filename = patchname; | 61 | ctx.page.filename = patchname; |
62 | cgit_print_http_headers(&ctx); | 62 | cgit_print_http_headers(); |
63 | 63 | ||
64 | if (ctx.cfg.noplainemail) { | 64 | if (ctx.cfg.noplainemail) { |
65 | rev_argv[2] = "--format=format:From %H Mon Sep 17 00:00:00 " | 65 | rev_argv[2] = "--format=format:From %H Mon Sep 17 00:00:00 " |