diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-16 21:43:05 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-16 21:43:05 +0200 |
commit | fdcb769916c93b53517ef1b4cae447a3333c9b86 (patch) | |
tree | 15900032ae854c16292e8d8e0b5d1f089b5c8263 /commit.c | |
parent | gitweb: Separate search regexp from search text (diff) | |
parent | format-patch: add MIME-Version header when we add content-type. (diff) | |
download | git-fdcb769916c93b53517ef1b4cae447a3333c9b86.tar.xz git-fdcb769916c93b53517ef1b4cae447a3333c9b86.zip |
Merge branch 'maint'
* maint:
format-patch: add MIME-Version header when we add content-type.
Fixed link in user-manual
import-tars: Use the "Link indicator" to identify directories
git name-rev writes beyond the end of malloc() with large generations
Documentation/branch: fix small typo in -D example
Diffstat (limited to 'commit.c')
-rw-r--r-- | commit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1063,6 +1063,7 @@ unsigned long pretty_print_commit(enum cmit_fmt fmt, int sz; char header[512]; const char *header_fmt = + "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=%s\n" "Content-Transfer-Encoding: 8bit\n"; sz = snprintf(header, sizeof(header), header_fmt, |