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