summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell2007-09-031-26/+75
* Merge branch 'jp/send-email-cc'Junio C Hamano2007-09-011-2/+22
|\
| * git-send-email --cc-cmdJoe Perches2007-08-171-2/+22
* | Reset terminal attributes when terminating git send-emailSean Estabrooks2007-08-221-0/+3
|/
* send-email: get all the quoting of realnames rightUwe Kleine-König2007-08-101-26/+24
* send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König2007-08-101-1/+1
* send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig2007-08-061-10/+29
* send-email: Update regex parsing for pine aliasesKumar Gala2007-07-241-1/+1
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-4/+3
* send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell2007-07-131-1/+1
* make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH2007-07-121-0/+1
* git-send-email: allow an email alias for --fromMichael Hendricks2007-07-061-0/+2
* git-send-email: make options easier to configure.Adam Roben2007-06-271-20/+22
* git-send-email: Add --threaded optionAdam Roben2007-06-261-7/+18
* git-send-email: Do not make @-less message IDJunio C Hamano2007-06-241-4/+12
* Unquote From line from patch before comparing with given from address.Kristian Høgsberg2007-06-121-1/+2
* Merge branch 'maint'Junio C Hamano2007-05-171-1/+1
|\
| * git-send-email: allow leading white space on mutt aliasesMichael Hendricks2007-05-161-1/+1
* | Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-101-2/+2
* | 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