19 Commits (ec96e0f6a4244e3bccc745eeb4cb6daa80a347e4)

Author SHA1 Message Date
Junio C Hamano fcd056a6d2 More missing static 18 years ago
Don Zickus 86747c132b git-mailinfo fixes for patch munging 18 years ago
Don Zickus f0658cf210 restrict the patch filtering 18 years ago
Don Zickus 87ab799234 builtin-mailinfo.c infrastrcture changes 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Linus Torvalds 34fc5cefa7 mailinfo: do not get confused with logical lines that are too long. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano bb1091a475 -u is now default for 'git-mailinfo'. 18 years ago
Junio C Hamano d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. 18 years ago
Junio C Hamano b45974a655 Move encoding conversion routine out of mailinfo to utf8.c 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano e49521b56d Make hexval() available to others. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Michael S. Tsirkin c2c487cf3a mailinfo: accept >From in message header 19 years ago
Junio C Hamano b75bf2c3f0 mailinfo: assume input is latin-1 on the header as we do for the body 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Lukas Sandström 34488e3c37 Make git-mailinfo a builtin 19 years ago
Junio C Hamano ae448e3854 mailinfo: ignore blanks after in-body headers. 19 years ago
Eric W. Biederman 2662dbfa58 Don't parse any headers in the real body of an email message. 19 years ago
Junio C Hamano ef29c11702 mailinfo: More carefully parse header lines in read_one_header_line() 19 years ago
Eric W. Biederman 2dec02b1ec Allow in body headers beyond the in body header prefix. 19 years ago
Eric W. Biederman f30b20282b More accurately detect header lines in read_one_header_line 19 years ago
Eric W. Biederman 1f36bee67e In handle_body only read a line if we don't already have one. 19 years ago
Eric W. Biederman 8b4525fb3c Refactor commit messge handling. 19 years ago
Eric W. Biederman 3350453014 Move B and Q decoding into check header. 19 years ago
Eric W. Biederman f8128cfb8d Make read_one_header_line return a flag not a length. 19 years ago
Junio C Hamano 81c5cf7865 mailinfo: skip bogus UNIX From line inside body 19 years ago
Junio C Hamano 757319309a mailinfo: decode underscore used in "Q" encoding properly. 19 years ago
Fernando J. Pereda b6e56eca8a Allow building Git in systems without iconv 19 years ago
Junio C Hamano 8bc5c04a71 [PATCH] mailinfo: reset CTE after each multipart 19 years ago
Junio C Hamano ac44f3e7c0 mailinfo: iconv does not like "latin-1" -- should spell it "latin1" 19 years ago
Junio C Hamano e0e3ba208d mailinfo and git-am: allow "John Doe <johndoe>" 19 years ago
Jason Riedy a6da9395a5 [PATCH] Initial AIX portability fixes. 19 years ago
Junio C Hamano 4050c0df8e Clean up compatibility definitions. 19 years ago
Junio C Hamano 9f63892b38 mailinfo: Do not use -u=<encoding>; say --encoding=<encoding> 19 years ago
Junio C Hamano f1f909e318 mailinfo: Use i18n.commitencoding 19 years ago
Junio C Hamano 650e4be59b mailinfo: allow -u to fall back on latin1 to utf8 conversion. 19 years ago
Junio C Hamano e1e9c25466 Give proper prototype to gitstrcasestr. 19 years ago
Junio C Hamano 597c9cc540 Flatten tools/ directory to make build procedure simpler. 19 years ago
Junio C Hamano b893f09104 mailinfo: barf and exist upon nested multipart. 19 years ago
Junio C Hamano d4a9ce78f6 mailinfo and applymbox updates 19 years ago
Junio C Hamano 6bff6a6068 Teach applymbox to keep the Subject: line. 20 years ago
Alecs King 635d37afff [PATCH] Fix sparse warnings 20 years ago
Junio C Hamano 1d8fa411e0 [PATCH] mailinfo: handle folded header. 20 years ago
Junio C Hamano 44d2eb51b1 [PATCH] git-format-patch-script and mailinfo updates. 20 years ago
Linus Torvalds c5f7674a97 Prepare git-tools for merging into the main git archive 20 years ago
Linus Torvalds fc7ef1e8ae Add "Index: " to the list of things that start a patch 20 years ago
Linus Torvalds a196d8d423 Avoid doing the "filelist" thing, since "git-apply" picks up the files automatically 20 years ago
Linus Torvalds 62c1f6b4af Get AUTHOR_DATE from the email Date: line 20 years ago