69 Commits (e4465f0e71cc389a26bcf7474ad12112f683f633)

Author SHA1 Message Date
Adam Roben 5483c71d7a git-send-email: make options easier to configure. 18 years ago
Adam Roben e46f7a0e1c git-send-email: Add --threaded option 18 years ago
Junio C Hamano aeb5932845 git-send-email: Do not make @-less message ID 18 years ago
Kristian Høgsberg 2cf69cf6ed Unquote From line from patch before comparing with given from address. 18 years ago
Michael Hendricks 504ceab6d2 git-send-email: allow leading white space on mutt aliases 18 years ago
Petr Baudis 35c49eeae7 Git.pm: config_boolean() -> config_bool() 18 years ago
Robin H. Johnson bf7af11674 Sanitize @to recipients. 18 years ago
Robin H. Johnson f073a592d6 Allow users to optionally specify their envelope sender. 18 years ago
Robin H. Johnson 2b69bfc23d Ensure clean addresses are always used with Net::SMTP 18 years ago
Robin H. Johnson c38f0247a8 Validate @recipients before using it for sendmail and Net::SMTP. 18 years ago
Robin H. Johnson 732263d411 Perform correct quoting of recipient names. 18 years ago
Robin H. Johnson af068d2742 Change the scope of the $cc variable as it is not needed outside of send_message. 18 years ago
Robin H. Johnson 8e3d436b0b Debugging cleanup improvements 18 years ago
Robin H. Johnson 71c7da9421 Prefix Dry- to the message status to denote dry-runs. 18 years ago
Robin H. Johnson 238cc6352e Document --dry-run parameter to send-email. 18 years ago
Junio C Hamano f06a6a493a send-email: do not leave an empty CC: line if no cc is present. 18 years ago
YOSHIFUJI Hideaki / 吉藤英明 a925b89cea Avoid composing too long "References" header. 18 years ago
J. Bruce Fields abec100c33 Make git-send-email aware of Cc: lines. 18 years ago
Avi Kivity 4a62d3f5b2 git-send-email: configurable bcc and chain-reply-to 18 years ago
Michael Coleman 1b0baf1401 git-send-email: abort/usage on bad option 18 years ago
Junio C Hamano 3740b04f6c git-send-email: remove debugging output. 18 years ago
Jürgen Rühle 374c59056a send-email: work around double encoding of in-body From field. 18 years ago
Quy Tonthat 2ef5805504 git-send-email: default value for "From:" field. 18 years ago
Sergey Vlasov 6dcfa306f2 git-send-email: Read the default SMTP server from the GIT config file 18 years ago
Eric Wong 1d6a003a42 git-send-email: do not pass custom Date: header 18 years ago
Jim Meyering 7768e27e1d Don't use $author_name undefined when $from contains no /\s</. 18 years ago
Matthew Wilcox 6130259c30 Add --dry-run option to git-send-email 18 years ago
Junio C Hamano e6b0964af5 Make git-send-email detect mbox-style patches more readily 18 years ago
Junio C Hamano 7a2a0d2141 git-send-email: real name with period need to be dq-quoted on From: line 18 years ago
Junio C Hamano ce91c2f653 git-send-email: do not drop custom headers the user prepared 18 years ago
Junio C Hamano bc108f63da git-send-email: avoid uninitialized variable warning. 18 years ago
Haavard Skinnemoen 68d42c41ef git-send-email: Don't set author_not_sender from Cc: lines 18 years ago
Alp Toker d2216f2317 git-send-email: Remove redundant Reply-To header 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Jakub Narebski 6bdca89057 send-email: format 2822 datestring ourselves. 19 years ago
Junio C Hamano 280242d1cc send-email: do not barf when Term::ReadLine does not like your terminal 19 years ago
Petr Baudis c7a30e5684 Git.pm: Introduce ident() and ident_person() methods 19 years ago
Petr Baudis 3cb8caf729 Convert git-send-email to use Git.pm 19 years ago
Eric W. Biederman 79ee555bac Check and document the options to prevent mistakes. 19 years ago
Junio C Hamano 09302e177e send-email: a bit more careful domain regexp. 19 years ago
Junio C Hamano ad9c18f504 send-email: be more lenient and just catch obvious mistakes. 19 years ago
Horst H. von Brand e96fd30553 Cleanup git-send-email.perl:extract_valid_email 19 years ago
Johannes Schindelin 87840620fd send-email: only 'require' instead of 'use' Net::SMTP 19 years ago
Junio C Hamano 2186d566a6 send-email: do not pass bogus address to local sendmail binary 19 years ago
Ryan Anderson 8baf06a03a Fix a bug in email extraction used in git-send-email. 19 years ago
Ryan Anderson 5806324589 Add support for --bcc to git-send-email. 19 years ago
Ryan Anderson 7ccf79274c git-send-email: Add References: headers to emails, in addition to In-Reply-To: 19 years ago
Eric Wong db3106b274 send-email: quiet some warnings, reject invalid addresses 19 years ago
Eric Wong aca7ad7628 send-email: allow sendmail binary to be used instead of SMTP 19 years ago
Eric Wong 994d6c66d3 send-email: address expansion for common mailers 19 years ago