summaryrefslogtreecommitdiff
path: root/builtin-mailsplit.c
AgeCommit message (Expand)Author
2009-11-10Show usage string for 'git mailsplit -h'Jonathan Nieder
2009-09-13don't dereference NULL upon fdopen failureJim Meyering
2009-08-05Allow mailsplit (and hence git-am) to handle mails with CRLF line-endingsJunio C Hamano
2009-08-05builtin-mailsplit.c: remove read_line_with_nul() since it is no longer usedBrandon Casey
2009-08-05builtin-mailinfo,builtin-mailsplit: use strbufsBrandon Casey
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13git-am/git-mailsplit: correct synopsis for reading from stdinStephan Beyer
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-25mailsplit: minor clean-up in read_line_with_nul()Junio C Hamano
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin
2007-11-09Merge branch 'maint'Junio C Hamano
2007-11-08git-mailsplit: with maildirs not only process cur/, but also new/Gerrit Pape
2007-11-02Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg
2007-06-08More missing staticJunio C Hamano
2007-05-29mailsplit: fix for more than one input filesJunio C Hamano
2007-05-25Teach mailsplit about Maildir'sFernando J. Pereda
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-06-19Make git-mailsplit a builtinLukas Sandström