summaryrefslogtreecommitdiff
path: root/git-send-email.perl
AgeCommit message (Expand)Author
2007-05-18Merge branch 'maint'Junio C Hamano
2007-05-17git-send-email: allow leading white space on mutt aliasesMichael Hendricks
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis
2007-04-26Merge branch 'maint'Junio C Hamano
2007-04-26Sanitize @to recipients.Robin H. Johnson
2007-04-26Allow users to optionally specify their envelope sender.Robin H. Johnson
2007-04-26Ensure clean addresses are always used with Net::SMTPRobin H. Johnson
2007-04-26Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson
2007-04-26Perform correct quoting of recipient names.Robin H. Johnson
2007-04-26Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson
2007-04-26Debugging cleanup improvementsRobin H. Johnson
2007-04-26Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson
2007-04-26Document --dry-run parameter to send-email.Robin H. Johnson
2007-04-16send-email: do not leave an empty CC: line if no cc is present.Junio C Hamano
2007-04-06Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明
2007-03-19Make git-send-email aware of Cc: lines.J. Bruce Fields
2007-03-12git-send-email: configurable bcc and chain-reply-toAvi Kivity
2007-02-28git-send-email: abort/usage on bad optionMichael Coleman
2007-01-30git-send-email: remove debugging output.Junio C Hamano
2007-01-10send-email: work around double encoding of in-body From field.Jürgen Rühle
2006-12-27git-send-email: default value for "From:" field.Quy Tonthat
2006-10-29git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov
2006-10-23git-send-email: do not pass custom Date: headerEric Wong
2006-10-19Don't use $author_name undefined when $from contains no /\s</.Jim Meyering
2006-10-19Merge branch 'jc/send-email'Junio C Hamano
2006-10-11Add --dry-run option to git-send-emailMatthew Wilcox
2006-10-08Make git-send-email detect mbox-style patches more readilyJunio C Hamano
2006-10-06git-send-email: real name with period need to be dq-quoted on From: lineJunio C Hamano
2006-10-06git-send-email: do not drop custom headers the user preparedJunio C Hamano
2006-10-05git-send-email: avoid uninitialized variable warning.Junio C Hamano
2006-10-01Merge branch 'jc/gitpm'Junio C Hamano
2006-08-23git-send-email: Don't set author_not_sender from Cc: linesHaavard Skinnemoen
2006-08-08Merge branch 'master' into pb/gitpmJunio C Hamano
2006-07-11git-send-email: Remove redundant Reply-To headerAlp Toker
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-07-07send-email: format 2822 datestring ourselves.Jakub Narebski
2006-07-04send-email: do not barf when Term::ReadLine does not like your terminalJunio C Hamano
2006-07-04Git.pm: Introduce ident() and ident_person() methodsPetr Baudis
2006-07-04Convert git-send-email to use Git.pmPetr Baudis
2006-06-22Check and document the options to prevent mistakes.Eric W. Biederman
2006-06-06send-email: a bit more careful domain regexp.Junio C Hamano
2006-06-06send-email: be more lenient and just catch obvious mistakes.Junio C Hamano
2006-06-04Cleanup git-send-email.perl:extract_valid_emailHorst H. von Brand
2006-05-31send-email: only 'require' instead of 'use' Net::SMTPJohannes Schindelin
2006-05-30send-email: do not pass bogus address to local sendmail binaryJunio C Hamano
2006-05-30Fix a bug in email extraction used in git-send-email.Ryan Anderson
2006-05-30Add support for --bcc to git-send-email.Ryan Anderson
2006-05-30git-send-email: Add References: headers to emails, in addition to In-Reply-To:Ryan Anderson
2006-05-15send-email: quiet some warnings, reject invalid addressesEric Wong
2006-05-15send-email: allow sendmail binary to be used instead of SMTPEric Wong