aboutsummaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAge
* git-send-email: allow leading white space on mutt aliasesMichael Hendricks2007-05-16
* Sanitize @to recipients.Robin H. Johnson2007-04-25
* Allow users to optionally specify their envelope sender.Robin H. Johnson2007-04-25
* Ensure clean addresses are always used with Net::SMTPRobin H. Johnson2007-04-25
* Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson2007-04-25
* Perform correct quoting of recipient names.Robin H. Johnson2007-04-25
* Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson2007-04-25
* Debugging cleanup improvementsRobin H. Johnson2007-04-25
* Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson2007-04-25
* Document --dry-run parameter to send-email.Robin H. Johnson2007-04-25
* Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明2007-04-06
* Make git-send-email aware of Cc: lines.J. Bruce Fields2007-03-18
* git-send-email: configurable bcc and chain-reply-toAvi Kivity2007-03-11
* git-send-email: abort/usage on bad optionMichael Coleman2007-02-27
* git-send-email: remove debugging output.Junio C Hamano2007-01-30
* send-email: work around double encoding of in-body From field.Jürgen Rühle2007-01-10
* git-send-email: default value for "From:" field.Quy Tonthat2006-12-27
* git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov2006-10-29
* git-send-email: do not pass custom Date: headerEric Wong2006-10-23
* Don't use $author_name undefined when $from contains no /\s</.Jim Meyering2006-10-19
* Merge branch 'jc/send-email'Junio C Hamano2006-10-18
|\
| * Make git-send-email detect mbox-style patches more readilyJunio C Hamano2006-10-07
| * git-send-email: real name with period need to be dq-quoted on From: lineJunio C Hamano2006-10-05
| * git-send-email: do not drop custom headers the user preparedJunio C Hamano2006-10-05
* | Add --dry-run option to git-send-emailMatthew Wilcox2006-10-11
|/
* git-send-email: avoid uninitialized variable warning.Junio C Hamano2006-10-05
* Merge branch 'jc/gitpm'Junio C Hamano2006-09-30
|\
| * Merge branch 'master' into pb/gitpmJunio C Hamano2006-08-07
| |\
| * | Git.pm: Introduce ident() and ident_person() methodsPetr Baudis2006-07-03
| * | Convert git-send-email to use Git.pmPetr Baudis2006-07-03
* | | git-send-email: Don't set author_not_sender from Cc: linesHaavard Skinnemoen2006-08-23
| |/ |/|
* | git-send-email: Remove redundant Reply-To headerAlp Toker2006-07-11
* | Fix more typos, primarily in the codePavel Roskin2006-07-10
* | send-email: format 2822 datestring ourselves.Jakub Narebski2006-07-07
* | send-email: do not barf when Term::ReadLine does not like your terminalJunio C Hamano2006-07-03
|/
* Check and document the options to prevent mistakes.Eric W. Biederman2006-06-22
* send-email: a bit more careful domain regexp.Junio C Hamano2006-06-06
* send-email: be more lenient and just catch obvious mistakes.Junio C Hamano2006-06-06
* Cleanup git-send-email.perl:extract_valid_emailHorst H. von Brand2006-06-04
* send-email: only 'require' instead of 'use' Net::SMTPJohannes Schindelin2006-05-31
* send-email: do not pass bogus address to local sendmail binaryJunio C Hamano2006-05-30
* Fix a bug in email extraction used in git-send-email.Ryan Anderson2006-05-29
* Add support for --bcc to git-send-email.Ryan Anderson2006-05-29
* git-send-email: Add References: headers to emails, in addition to In-Reply-To:Ryan Anderson2006-05-29
* send-email: quiet some warnings, reject invalid addressesEric Wong2006-05-15
* send-email: allow sendmail binary to be used instead of SMTPEric Wong2006-05-15
* send-email: address expansion for common mailersEric Wong2006-05-14
* git-send-email: fix version string to be valid perlMartin Langhoff2006-05-02
* send-email: lazy-load Email::Valid and make it optionalEric Wong2006-03-25
* send-email: try to order messages in email clients more correctlyEric Wong2006-03-25