46 Commits (d9ee53ce45b0f1c26285417b900b3c5735721f7e)

Author SHA1 Message Date
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
Martin Langhoff e923effb43 git-send-email: fix version string to be valid perl 19 years ago
Eric Wong 567ffeb772 send-email: lazy-load Email::Valid and make it optional 19 years ago
Eric Wong a5370b16c3 send-email: try to order messages in email clients more correctly 19 years ago
Eric Wong 4bc87a28be send-email: Change from Mail::Sendmail to Net::SMTP 19 years ago
Eric Wong 72095d5c37 send-email: use built-in time() instead of /bin/date '+%s' 19 years ago
Junio C Hamano 8a8e623514 send-email: Identify author at the top when sending e-mail 19 years ago
Eric Wong 8e69b31e0d send-email: accept --no-signed-off-by-cc as the documentation states 19 years ago
Junio C Hamano e415907d6c send-email: avoid open "-|" list form for Perl 5.6 19 years ago
Ryan Anderson da140f8bbf send-email: Add --cc 19 years ago
Ryan Anderson a985d595ad send-email: Add some options for controlling how addresses are automatically added to the cc: list. 19 years ago
Ryan Anderson 2718435b7b git-send-email: Fully implement --quiet and document it. 19 years ago
Ryan Anderson 30d08b34aa git-send-email: Add --quiet to reduce some of the chatter when sending emails. 19 years ago
Ryan Anderson d366c70376 Provide a more meaningful initial "From " line when using --compose in git-send-email. 19 years ago
Junio C Hamano 215a7ad1ef Big tool rename. 19 years ago
Ryan Anderson 1f038a0c31 [PATCH] Make git-send-email-script ignore some unnecessary options when operating in batch mode. 19 years ago
Junio C Hamano 5825e5b25c git-send-email-script: minimum whitespace cleanup. 20 years ago
Ryan Anderson e205735da9 [PATCH] git-send-email-script - Fix loops that limit emails to unique values to be pedantically correct. 20 years ago
Ryan Anderson ca9a7d6571 [PATCH] git-send-email-script - fix 2 small bugs that snuck through an untested bout of editing. 20 years ago
Ryan Anderson 3342d8500f [PATCH] Make the SMTP server used by git-sendm-email-script configurable on the command line with "--smtp-server" 20 years ago
Ryan Anderson 8037d1a31a [PATCH] git-send-email-script: Reformat readline interface and generate a better message-id. 20 years ago
Ryan Anderson 78488b2c4d [PATCH] Add "--chain-reply-to" to git-send-email-script, to control whether or not the 20 years ago