| Commit message (Expand) | Author | Age | Files | Lines |
* | git-send-email: Do not make @-less message ID | Junio C Hamano | 2007-06-24 | 1 | -4/+12 |
* | Unquote From line from patch before comparing with given from address. | Kristian Høgsberg | 2007-06-12 | 1 | -1/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-17 | 1 | -1/+1 |
|\ |
|
| * | git-send-email: allow leading white space on mutt aliases | Michael Hendricks | 2007-05-16 | 1 | -1/+1 |
* | | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 2007-05-10 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-25 | 1 | -16/+39 |
|\ \
| |/ |
|
| * | Sanitize @to recipients. | Robin H. Johnson | 2007-04-25 | 1 | -0/+1 |
| * | Allow users to optionally specify their envelope sender. | Robin H. Johnson | 2007-04-25 | 1 | -1/+9 |
| * | Ensure clean addresses are always used with Net::SMTP | Robin H. Johnson | 2007-04-25 | 1 | -4/+5 |
| * | Validate @recipients before using it for sendmail and Net::SMTP. | Robin H. Johnson | 2007-04-25 | 1 | -1/+2 |
| * | Perform correct quoting of recipient names. | Robin H. Johnson | 2007-04-25 | 1 | -5/+14 |
| * | Change the scope of the $cc variable as it is not needed outside of send_mess... | Robin H. Johnson | 2007-04-25 | 1 | -4/+3 |
| * | Debugging cleanup improvements | Robin H. Johnson | 2007-04-25 | 1 | -4/+6 |
| * | Prefix Dry- to the message status to denote dry-runs. | Robin H. Johnson | 2007-04-25 | 1 | -2/+2 |
| * | Document --dry-run parameter to send-email. | Robin H. Johnson | 2007-04-25 | 1 | -0/+2 |
* | | send-email: do not leave an empty CC: line if no cc is present. | Junio C Hamano | 2007-04-16 | 1 | -2/+5 |
|/ |
|
* | Avoid composing too long "References" header. | YOSHIFUJI Hideaki / 吉藤英明 | 2007-04-06 | 1 | -1/+1 |
* | Make git-send-email aware of Cc: lines. | J. Bruce Fields | 2007-03-18 | 1 | -4/+4 |
* | git-send-email: configurable bcc and chain-reply-to | Avi Kivity | 2007-03-11 | 1 | -0/+10 |
* | git-send-email: abort/usage on bad option | Michael Coleman | 2007-02-27 | 1 | -44/+53 |
* | git-send-email: remove debugging output. | Junio C Hamano | 2007-01-30 | 1 | -1/+1 |
* | send-email: work around double encoding of in-body From field. | Jürgen Rühle | 2007-01-10 | 1 | -0/+10 |
* | git-send-email: default value for "From:" field. | Quy Tonthat | 2006-12-27 | 1 | -3/+2 |
* | git-send-email: Read the default SMTP server from the GIT config file | Sergey Vlasov | 2006-10-29 | 1 | -0/+3 |
* | git-send-email: do not pass custom Date: header | Eric Wong | 2006-10-23 | 1 | -1/+1 |
* | Don't use $author_name undefined when $from contains no /\s</. | Jim Meyering | 2006-10-19 | 1 | -1/+1 |
* | Merge branch 'jc/send-email' | Junio C Hamano | 2006-10-18 | 1 | -4/+23 |
|\ |
|
| * | Make git-send-email detect mbox-style patches more readily | Junio C Hamano | 2006-10-07 | 1 | -3/+10 |
| * | git-send-email: real name with period need to be dq-quoted on From: line | Junio C Hamano | 2006-10-05 | 1 | -0/+5 |
| * | git-send-email: do not drop custom headers the user prepared | Junio C Hamano | 2006-10-05 | 1 | -1/+8 |
* | | Add --dry-run option to git-send-email | Matthew Wilcox | 2006-10-11 | 1 | -2/+6 |
|/ |
|
* | git-send-email: avoid uninitialized variable warning. | Junio C Hamano | 2006-10-05 | 1 | -1/+1 |
* | Merge branch 'jc/gitpm' | Junio C Hamano | 2006-09-30 | 1 | -30/+8 |
|\ |
|
| * | Merge branch 'master' into pb/gitpm | Junio C Hamano | 2006-08-07 | 1 | -7/+56 |
| |\ |
|
| * | | Git.pm: Introduce ident() and ident_person() methods | Petr Baudis | 2006-07-03 | 1 | -9/+2 |
| * | | Convert git-send-email to use Git.pm | Petr Baudis | 2006-07-03 | 1 | -22/+8 |
* | | | git-send-email: Don't set author_not_sender from Cc: lines | Haavard Skinnemoen | 2006-08-23 | 1 | -1/+1 |
| |/
|/| |
|
* | | git-send-email: Remove redundant Reply-To header | Alp Toker | 2006-07-11 | 1 | -1/+0 |
* | | Fix more typos, primarily in the code | Pavel Roskin | 2006-07-10 | 1 | -1/+1 |
* | | send-email: format 2822 datestring ourselves. | Jakub Narebski | 2006-07-07 | 1 | -3/+38 |
* | | send-email: do not barf when Term::ReadLine does not like your terminal | Junio C Hamano | 2006-07-03 | 1 | -1/+17 |
|/ |
|
* | Check and document the options to prevent mistakes. | Eric W. Biederman | 2006-06-22 | 1 | -0/+14 |
* | send-email: a bit more careful domain regexp. | Junio C Hamano | 2006-06-06 | 1 | -1/+1 |
* | send-email: be more lenient and just catch obvious mistakes. | Junio C Hamano | 2006-06-06 | 1 | -4/+6 |
* | Cleanup git-send-email.perl:extract_valid_email | Horst H. von Brand | 2006-06-04 | 1 | -6/+3 |
* | send-email: only 'require' instead of 'use' Net::SMTP | Johannes Schindelin | 2006-05-31 | 1 | -1/+1 |
* | send-email: do not pass bogus address to local sendmail binary | Junio C Hamano | 2006-05-30 | 1 | -2/+4 |
* | Fix a bug in email extraction used in git-send-email. | Ryan Anderson | 2006-05-29 | 1 | -1/+6 |
* | Add support for --bcc to git-send-email. | Ryan Anderson | 2006-05-29 | 1 | -2/+8 |
* | git-send-email: Add References: headers to emails, in addition to In-Reply-To: | Ryan Anderson | 2006-05-29 | 1 | -2/+11 |