75 Commits (eb6e956e79cb800a481bf8b52a31b160a8971fb8)

Author SHA1 Message Date
Junio C Hamano 13c6df2642 mailinfo: move filter/header stage to struct mailinfo 10 years ago
Junio C Hamano 173aef7c2e mailinfo: move global "FILE *fin, *fout" to struct mailinfo 10 years ago
Junio C Hamano 849106d511 mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo 10 years ago
Junio C Hamano c69f2395ba mailinfo: introduce "struct mailinfo" to hold globals 10 years ago
Junio C Hamano 6e21b5089f mailinfo: move global "line" into mailinfo() function 10 years ago
Junio C Hamano fbbcafd060 mailinfo: do not let find_boundary() touch global "line" directly 10 years ago
Junio C Hamano 69e24defd6 mailinfo: do not let handle_boundary() touch global "line" directly 10 years ago
Junio C Hamano fde00d50f6 mailinfo: do not let handle_body() touch global "line" directly 10 years ago
Junio C Hamano 269e239c48 mailinfo: get rid of function-local static states 10 years ago
Junio C Hamano c1b40bd7b6 mailinfo: move definition of MAX_HDR_PARSED closer to its use 10 years ago
Junio C Hamano 30f50c3426 mailinfo: move cleanup_space() before its users 10 years ago
Junio C Hamano 4f0f9d46c7 mailinfo: move check_header() after the helpers it uses 10 years ago
Junio C Hamano 9cc243f7a9 mailinfo: move read_one_header_line() closer to its callers 10 years ago
Junio C Hamano 39afcd3819 mailinfo: move handle_boundary() lower 10 years ago
Junio C Hamano 12d19e80b0 mailinfo: plug strbuf leak during continuation line handling 10 years ago
Junio C Hamano e38ee06e99 mailinfo: explicitly close file handle to the patch output 10 years ago
Junio C Hamano b6af8ed13a mailinfo: fix an off-by-one error in the boundary stack 10 years ago
Junio C Hamano 3a8fcdaf84 mailinfo: fold decode_header_bq() into decode_header() 10 years ago
Junio C Hamano 2a5ce7cf0d mailinfo: remove a no-op call convert_to_utf8(it, "") 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Paolo Bonzini 452dfbed1a git-mailinfo: add --message-id 10 years ago
Eric Sunshine 85de86a16b mailinfo: work around -Wstring-plus-int warning 11 years ago
Jeff King 2da1f36671 mailinfo: make ">From" in-body header check more robust 11 years ago
René Scharfe b1a013dd6a mailinfo: use strcmp() for string comparison 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 13 years ago
Linus Torvalds 9d55b2e12f mailinfo: don't require "text" mime type for attachments 13 years ago
Junio C Hamano 176943b965 mailinfo: do not concatenate charset= attribute values from mime headers 13 years ago
Junio C Hamano d5b4d80d1c mailinfo: strip "RE: " prefix 13 years ago
Linus Torvalds 08a94a145c commit/commit-tree: correct latin1 to utf-8 13 years ago
Thomas Rast ee2d1cb402 mailinfo: with -b, keep space after [foo] 13 years ago
Jeff King 5b38456ec7 mailinfo: always clean up rfc822 header folding 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Jonathan Nieder 9974e290e7 Teach mailinfo %< as an alternative scissors mark 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 470b452628 mailinfo: do not strip leading spaces even for a header line 15 years ago
Lukas Sandström d25e51596b git am/mailinfo: Don't look at in-body headers when rebasing 16 years ago
Junio C Hamano 1be224ba6e builtin-mailinfo.c: check error status from rewind and ftruncate 16 years ago
Nicolas Sebrecht 434a6db7dc add documentation for mailinfo.scissors and '--no-scissors' 16 years ago
Nicolas Sebrecht e019961d7f mailinfo: add '--scissors' to usage message 16 years ago
Junio C Hamano 43485d3d16 mailinfo.scissors: new configuration 16 years ago
Junio C Hamano 017678b4f4 am/mailinfo: Disable scissors processing by default 16 years ago
Junio C Hamano 200c75f0d6 Teach mailinfo to ignore everything before -- >8 -- mark 16 years ago
Junio C Hamano 606417bc6d builtin-mailinfo.c: fix confusing internal API to mailinfo() 16 years ago
Brandon Casey c8f373a5ce builtin-mailinfo,builtin-mailsplit: use strbufs 16 years ago
Junio C Hamano 17635fc900 mailinfo: -b option keeps [bracketed] strings that is not a [PATCH] marker 16 years ago
Junio C Hamano 4525e8e41a Revert "mailinfo: Remove only one set of square brackets" 16 years ago
Andreas Ericsson 650d30d8a1 mailinfo: Remove only one set of square brackets 16 years ago
Brandon Casey 6264500604 builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encoding 16 years ago