1. 3aa4d81 mailinfo: support format=flowed by René Scharfe · 7 years ago
  2. 033abf9 Replace all die("BUG: ...") calls by BUG() ones by Johannes Schindelin · 7 years ago
  3. 46e915c Merge branch 'jc/mailinfo-cleanup-fix' by Junio C Hamano · 7 years ago
  4. 4e80146 mailinfo: avoid segfault when can't open files by Juan F. Codagnone · 7 years ago
  5. 2812ca7 Merge branch 'rs/mailinfo-qp-decode-fix' by Junio C Hamano · 7 years ago
  6. c8cf423 mailinfo: don't decode invalid =XY quoted-printable sequences by René Scharfe · 7 years ago
  7. 1cf01a3 consistently use "fallthrough" comments in switches by Jeff King · 7 years ago
  8. 400cd6b mailinfo: release strbuf on error return in handle_boundary() by Rene Scharfe · 7 years ago
  9. 11fa5e2 mailinfo: release strbuf after use in handle_from() by Rene Scharfe · 7 years ago
  10. 6412757 Spelling fixes by Ville Skyttä · 8 years ago
  11. 50f03c6 Merge branch 'ab/free-and-null' by Junio C Hamano · 8 years ago
  12. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  13. 6a83d90 coccinelle: make use of the "type" FREE_AND_NULL() rule by Ævar Arnfjörð Bjarmason · 8 years ago
  14. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  15. f0733c1 mailinfo & mailsplit: check for EOF while parsing by Johannes Schindelin · 8 years ago
  16. 74a74be Merge branch 'lt/mailinfo-in-body-header-continuation' by Junio C Hamano · 8 years ago
  17. fd1062e mailinfo: fix in-body header continuations by Linus Torvalds · 8 years ago
  18. ca21186 Merge branch 'jt/mailinfo-fold-in-body-headers' by Junio C Hamano · 8 years ago
  19. 0841493 mailinfo.c: move side-effects outside of assert by Kyle J. McKay · 8 years ago
  20. fe252ef Merge branch 'kd/mailinfo-quoted-string' by Junio C Hamano · 8 years ago
  21. f357e5d mailinfo: unescape quoted-pair in header fields by Kevin Daudt · 8 years ago
  22. 6b4b013 mailinfo: handle in-body header continuations by Jonathan Tan · 8 years ago
  23. 9c5681d mailinfo: make is_scissors_line take plain char * by Jonathan Tan · 8 years ago
  24. 334192b mailinfo: separate in-body header processing by Jonathan Tan · 8 years ago
  25. 71165f0 Merge branch 'rs/mailinfo-lib' into maint by Junio C Hamano · 8 years ago
  26. 4a78871 Merge branch 'rs/mailinfo-lib' by Junio C Hamano · 9 years ago
  27. ecf30b2 mailinfo: recycle strbuf in check_header() by René Scharfe · 9 years ago
  28. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  29. 85d9d9d mailinfo: fix passing wrong address to git_mailinfo_config by Nguyễn Thái Ngọc Duy · 9 years ago
  30. 6ac617a mailinfo: remove calls to exit() and die() deep in the callchain by Junio C Hamano · 9 years ago
  31. 669b963 mailinfo: handle charset conversion errors in the caller by Junio C Hamano · 9 years ago
  32. c6905e4 mailinfo: libify by Junio C Hamano · 9 years ago
  33. 34488e3 Make git-mailinfo a builtin by Lukas Sandström · 19 years ago
  34. ae448e3 mailinfo: ignore blanks after in-body headers. by Junio C Hamano · 19 years ago
  35. 2662dbf Don't parse any headers in the real body of an email message. by Eric W. Biederman · 19 years ago
  36. d177e58 Merge branch 'jc/mailinfo' by Junio C Hamano · 19 years ago
  37. ef29c11 mailinfo: More carefully parse header lines in read_one_header_line() by Junio C Hamano · 19 years ago
  38. 2dec02b Allow in body headers beyond the in body header prefix. by Eric W. Biederman · 19 years ago
  39. f30b202 More accurately detect header lines in read_one_header_line by Eric W. Biederman · 19 years ago
  40. 1f36bee In handle_body only read a line if we don't already have one. by Eric W. Biederman · 19 years ago
  41. 8b4525f Refactor commit messge handling. by Eric W. Biederman · 19 years ago
  42. 3350453 Move B and Q decoding into check header. by Eric W. Biederman · 19 years ago
  43. f8128cf Make read_one_header_line return a flag not a length. by Eric W. Biederman · 19 years ago
  44. 81c5cf7 mailinfo: skip bogus UNIX From line inside body by Junio C Hamano · 19 years ago
  45. 7573193 mailinfo: decode underscore used in "Q" encoding properly. by Junio C Hamano · 19 years ago
  46. b6e56ec Allow building Git in systems without iconv by Fernando J. Pereda · 19 years ago
  47. 8bc5c04 [PATCH] mailinfo: reset CTE after each multipart by Junio C Hamano · 19 years ago
  48. ac44f3e mailinfo: iconv does not like "latin-1" -- should spell it "latin1" by Junio C Hamano · 19 years ago
  49. e0e3ba2 mailinfo and git-am: allow "John Doe <johndoe>" by Junio C Hamano · 19 years ago
  50. a6da939 [PATCH] Initial AIX portability fixes. by Jason Riedy · 19 years ago
  51. 4050c0d Clean up compatibility definitions. by Junio C Hamano · 19 years ago
  52. 9f63892 mailinfo: Do not use -u=<encoding>; say --encoding=<encoding> by Junio C Hamano · 19 years ago
  53. f1f909e mailinfo: Use i18n.commitencoding by Junio C Hamano · 19 years ago
  54. 650e4be mailinfo: allow -u to fall back on latin1 to utf8 conversion. by Junio C Hamano · 19 years ago
  55. e1e9c25 Give proper prototype to gitstrcasestr. by Junio C Hamano · 19 years ago
  56. 597c9cc Flatten tools/ directory to make build procedure simpler. by Junio C Hamano · 19 years ago