aboutsummaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAge
* send-email, fix breakage in combination with --composeGustaf Hendeby2008-01-21
* send-email: add no-validate optionJeff King2008-01-18
* send-email: validate patches before sending anythingJeff King2008-01-18
* send-email: detect invocation errors earlierJeff King2008-01-18
* Make git send-email accept $EDITOR with argumentsGustaf Hendeby2007-12-22
* Merge branch 'maint'Junio C Hamano2007-12-17
|\
| * git-send-email: avoid duplicate message-idsJeff King2007-12-17
* | send-email: do not muck with initial-reply-to when unset.Junio C Hamano2007-12-11
* | git-send-email.perl: Really add angle brackets to In-Reply-To if necessaryMike Hommey2007-12-09
* | Authenticate only once in git-send-emailWincent Colaiuta2007-11-22
* | Merge branch 'maint'Junio C Hamano2007-11-20
|\ \ | |/
| * send-email: add transfer encoding header with content-typeJeff King2007-11-20
* | send-email: Don't add To: recipients to the Cc: headerAsk Bjørn Hansen2007-11-20
* | git-send-email: show all headers when sending mailDavid D. Kilzer2007-11-19
* | Merge branch 'maint'Junio C Hamano2007-11-16
|\ \ | |/
| * git-send-email: add charset header if we add encoded 'From'Jeff King2007-11-16
* | Merge branch 'maint'Junio C Hamano2007-11-09
|\ \ | |/
| * git-send-email: Change the prompt for the subject of the initial message.Benoit Sigoure2007-11-09
* | send-email: apply --suppress-from to S-o-b and cc-cmdUwe Kleine-König2007-11-07
* | git-send-email: add a new sendemail.to configuration variableMiklos Vajna2007-10-24
* | send-email --smtp-server-port: allow overriding the default portJunio C Hamano2007-09-26
* | Merge branch 'maint'Junio C Hamano2007-09-18
|\ \ | |/
| * send-email: make message-id generation a bit more robustJunio C Hamano2007-09-17
* | Merge branch 'maint'Junio C Hamano2007-09-12
|\ \ | |/
| * git-send-email.perl: Add angle brackets to In-Reply-To if necessaryDavid Kastrup2007-09-12
* | send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell2007-09-03
|/
* Merge branch 'jp/send-email-cc'Junio C Hamano2007-09-01
|\
| * git-send-email --cc-cmdJoe Perches2007-08-17
* | Reset terminal attributes when terminating git send-emailSean Estabrooks2007-08-22
|/
* 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