60 Commits (e5b942136ec1af98551b259997872e9849b2766c)

Author SHA1 Message Date
Jeff King e4da43b1f0 prefix_filename: return newly allocated string 8 years ago
Jeff King 116fb64e43 prefix_filename: drop length parameter 8 years ago
Junio C Hamano 3f0ec0687d mailinfo: read local configuration 8 years ago
Junio C Hamano c6905e45f0 mailinfo: libify 9 years ago
Junio C Hamano 05e625e5bf mailinfo: keep the parsed log message in a strbuf 9 years ago
Junio C Hamano 4933910ab7 mailinfo: handle_commit_msg() shouldn't be called after finding patchbreak 9 years ago
Junio C Hamano 8e919277e0 mailinfo: move content/content_top to struct mailinfo 9 years ago
Junio C Hamano d895bf0f57 mailinfo: move [ps]_hdr_data to struct mailinfo 9 years ago
Junio C Hamano 8f63588a6e mailinfo: move cmitmsg and patchfile to struct mailinfo 9 years ago
Junio C Hamano f1e037b9af mailinfo: move charset to struct mailinfo 9 years ago
Junio C Hamano ab50e38b5d mailinfo: move transfer_encoding to struct mailinfo 9 years ago
Junio C Hamano 28c6bfe94c mailinfo: move check for metainfo_charset to convert_to_utf8() 9 years ago
Junio C Hamano 28be2d083c mailinfo: move metainfo_charset to struct mailinfo 9 years ago
Junio C Hamano ad57ef9da9 mailinfo: move use_scissors and use_inbody_headers to struct mailinfo 9 years ago
Junio C Hamano 6200b751bb mailinfo: move add_message_id and message_id to struct mailinfo 9 years ago
Junio C Hamano 43550efa71 mailinfo: move patch_lines to struct mailinfo 9 years ago
Junio C Hamano 13c6df2642 mailinfo: move filter/header stage to struct mailinfo 9 years ago
Junio C Hamano 173aef7c2e mailinfo: move global "FILE *fin, *fout" to struct mailinfo 9 years ago
Junio C Hamano 849106d511 mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo 9 years ago
Junio C Hamano c69f2395ba mailinfo: introduce "struct mailinfo" to hold globals 9 years ago
Junio C Hamano 6e21b5089f mailinfo: move global "line" into mailinfo() function 9 years ago
Junio C Hamano fbbcafd060 mailinfo: do not let find_boundary() touch global "line" directly 9 years ago
Junio C Hamano 69e24defd6 mailinfo: do not let handle_boundary() touch global "line" directly 9 years ago
Junio C Hamano fde00d50f6 mailinfo: do not let handle_body() touch global "line" directly 9 years ago
Junio C Hamano 269e239c48 mailinfo: get rid of function-local static states 9 years ago
Junio C Hamano c1b40bd7b6 mailinfo: move definition of MAX_HDR_PARSED closer to its use 9 years ago
Junio C Hamano 30f50c3426 mailinfo: move cleanup_space() before its users 9 years ago
Junio C Hamano 4f0f9d46c7 mailinfo: move check_header() after the helpers it uses 9 years ago
Junio C Hamano 9cc243f7a9 mailinfo: move read_one_header_line() closer to its callers 9 years ago
Junio C Hamano 39afcd3819 mailinfo: move handle_boundary() lower 9 years ago
Junio C Hamano 12d19e80b0 mailinfo: plug strbuf leak during continuation line handling 9 years ago
Junio C Hamano e38ee06e99 mailinfo: explicitly close file handle to the patch output 9 years ago
Junio C Hamano b6af8ed13a mailinfo: fix an off-by-one error in the boundary stack 9 years ago
Junio C Hamano 3a8fcdaf84 mailinfo: fold decode_header_bq() into decode_header() 9 years ago
Junio C Hamano 2a5ce7cf0d mailinfo: remove a no-op call convert_to_utf8(it, "") 9 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 10 years ago
Jeff King 2da1f36671 mailinfo: make ">From" in-body header check more robust 10 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() 12 years ago
Linus Torvalds 9d55b2e12f mailinfo: don't require "text" mime type for attachments 12 years ago
Junio C Hamano 176943b965 mailinfo: do not concatenate charset= attribute values from mime headers 12 years ago
Junio C Hamano d5b4d80d1c mailinfo: strip "RE: " prefix 12 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 14 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago