65 Commits (377d0276ca7446ce9fb2f6987b1e6b4ba9e7cf29)

Author SHA1 Message Date
Lukas Sandström d25e51596b git am/mailinfo: Don't look at in-body headers when rebasing 15 years ago
Junio C Hamano 1be224ba6e builtin-mailinfo.c: check error status from rewind and ftruncate 15 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
Brandon Casey ed1e3985e4 builtin-mailinfo.c: compare character encodings case insensitively 16 years ago
Brandon Casey 330db18c02 Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Kirill Smelkov 08e6710f76 mailinfo: cleanup extra spaces for complex 'From:' 16 years ago
Kirill Smelkov ddfb3696b9 mailinfo: 'From:' header should be unfold as well 16 years ago
Kirill Smelkov 353aaf2fa1 mailinfo: correctly handle multiline 'Subject:' header 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Jeff King e9d7d10a7f mailinfo: avoid violating strbuf assertion 17 years ago
Don Zickus 289796dd29 mailinfo: re-fix MIME multipart boundary parsing 17 years ago
Junio C Hamano a9fd1383a7 mailinfo: fix MIME multi-part message boundary handling 17 years ago
Philippe Bruhat (BooK) 0d4ede9f54 mailinfo: better parse email adresses containg parentheses 17 years ago
Junio C Hamano 1e102bf7c8 mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line 17 years ago
Lukas Sandström 3b6121f69b git-mailinfo: use strbuf's instead of fixed buffers 17 years ago
Lukas Sandström e9fe804a82 git-mailinfo: Fix getting the subject from the in-body [PATCH] line 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Lukas Sandström b4958181a9 git-mailinfo: document the -n option 17 years ago
Junio C Hamano 6fc2a25e62 mailinfo: feed the correct line length to decode_transfer_encoding() 17 years ago
Junio C Hamano 9aa23094c2 mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths 17 years ago
Johannes Schindelin cce8d6fdb4 mailsplit and mailinfo: gracefully handle NUL characters 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jay Soffian 87f1b8849b mailinfo: feed only one line to handle_filter() for QP input 17 years ago
Simon Sasburg f88a545a94 Make mailsplit and mailinfo strip whitespace from the start of the input 17 years ago
Shawn O. Pearce 538dfe7397 Improved const correctness for strings 17 years ago
Alex Riesen 8dabdfcc1b Temporary fix for stack smashing in mailinfo 18 years ago
Junio C Hamano d7f6bae281 rebase: try not to munge commit log message 18 years ago
Johannes Schindelin 7296096c9d mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8' 18 years ago
Linus Torvalds b59d398bea Do a better job at guessing unknown character sets 18 years ago
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