aboutsummaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAge
* send-email: get all the quoting of realnames rightUwe Kleine-König2007-08-10
* send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König2007-08-10
* send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig2007-08-06
* send-email: Update regex parsing for pine aliasesKumar Gala2007-07-24
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-20
* send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell2007-07-13
* make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH2007-07-12
* git-send-email: allow an email alias for --fromMichael Hendricks2007-07-06
* git-send-email: make options easier to configure.Adam Roben2007-06-27
* git-send-email: Add --threaded optionAdam Roben2007-06-26
* git-send-email: Do not make @-less message IDJunio C Hamano2007-06-24
* Unquote From line from patch before comparing with given from address.Kristian Høgsberg2007-06-12
* Merge branch 'maint'Junio C Hamano2007-05-17
|\
| * git-send-email: allow leading white space on mutt aliasesMichael Hendricks2007-05-16
* | Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-10
* | Merge branch 'maint'Junio C Hamano2007-04-25
|\ \ | |/
| * 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
* | send-email: do not leave an empty CC: line if no cc is present.Junio C Hamano2007-04-16
|/
* 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