- 5006bfc Merge branch 'jk/send-email-fix-addresses-from-composed-messages' by Junio C Hamano · 1 year, 4 months ago
- 3ec6167 send-email: handle to/cc/bcc from --compose message by Jeff King · 1 year, 5 months ago
- e0c7e2c doc/send-email: mention handling of "reply-to" with --compose by Jeff King · 1 year, 5 months ago
- cf6cac2 documentation: wording improvements by Elijah Newren · 1 year, 5 months ago
- 64477d2 Merge branch 'mc/send-email-header-cmd' by Junio C Hamano · 1 year, 10 months ago
- ba92106 send-email: add --header-cmd, --no-header-cmd options by Maxim Cournoyer · 1 year, 10 months ago
- 839ebad send-email docs: Remove mention of discontinued gmail feature by Jouke Witteveen · 2 years, 5 months ago
- ba4324c e-mail workflow: Message-ID is spelled with ID in both capital letters by Junio C Hamano · 2 years, 3 months ago
- a263464 docs: git-send-email: difference between ssl and tls smtp-encryption by Sotir Danailov · 2 years, 5 months ago
- bac1d52 send-email docs: de-duplicate configuration sections by Ævar Arnfjörð Bjarmason · 2 years, 6 months ago
- a2ce608 send-email docs: add format-patch options by Thiago Perrotta · 3 years, 5 months ago
- cd5b33f git-send-email: add option to specify sendmail command by Gregory Anders · 3 years, 10 months ago
- 788f488 Merge branch 'vv/send-email-with-less-secure-apps-access' by Junio C Hamano · 4 years, 2 months ago
- 155067a git-send-email.txt: mention less secure app access with Gmail by Vasyl Vavrychuk · 4 years, 2 months ago
- 3abd4a6 Documentation: stylistically normalize references to Signed-off-by: by Bradley M. Kuhn · 4 years, 5 months ago
- 1925fe0 Documentation: wrap config listings in "----" by Martin Ågren · 6 years ago
- 88542ef Merge branch 'cm/send-email-document-req-modules' by Junio C Hamano · 6 years ago
- 86d2271 Merge branch 'ab/send-email-transferencoding-fix' by Junio C Hamano · 6 years ago
- 9df8f73 send-email: update documentation of required Perl modules by Chris Mayo · 6 years ago
- 3ff1504 send-email: fix regression in sendemail.identity parsing by Ævar Arnfjörð Bjarmason · 6 years ago
- 564eba4 send-email: document --no-[to|cc|bcc] by Ævar Arnfjörð Bjarmason · 6 years ago
- ba17051 doc: tidy asciidoc style by Jean-Noël Avila · 6 years ago
- 8ac6990 Merge branch 'jw/send-email-no-auth' by Junio C Hamano · 6 years ago
- 8dd9b3f send-email: explicitly disable authentication by Joshua Watt · 6 years ago
- ef0cc1d send-email: also pick up cc addresses from -by trailers by Rasmus Villemoes · 6 years ago
- af249bf Documentation/git-send-email.txt: style fixes by Rasmus Villemoes · 6 years ago
- e67a228 send-email: automatically determine transfer-encoding by brian m. carlson · 7 years ago
- fa29f36 docs: correct RFC specifying email line length by brian m. carlson · 7 years ago
- f2d06fb send-email: accept long lines with suitable transfer encoding by brian m. carlson · 7 years ago
- 7a36987 send-email: add an auto option for transfer encoding by brian m. carlson · 7 years ago
- de61305 Use proper syntax for replaceables in command docs by Robert P. J. Day · 7 years ago
- 76a8788 doc: keep first level section header in upper case by Nguyễn Thái Ngọc Duy · 7 years ago
- cb6462f Merge branch 'en/doc-typoes' by Junio C Hamano · 7 years ago
- f8fbcd6 Merge branch 'mn/send-email-credential-doc' by Junio C Hamano · 7 years ago
- c30d4f1 Documentation: fix several one-character-off spelling errors by Elijah Newren · 7 years ago
- 4855f06 send-email: simplify Gmail example in the documentation by Michal Nazarewicz · 7 years ago
- d11c943 send-email: support separate Reply-To address by Christian Ludwig · 7 years ago
- 1ab2fd4 git-send-email: honor $PATH for sendmail binary by Florian Klink · 7 years ago
- eb37527 Merge branch 'xz/send-email-batch-size' by Junio C Hamano · 8 years ago
- 5453b83 send-email: --batch-size to work around some SMTP server limit by xiaoqiang zhao · 8 years ago
- 6489660 send-email: support validate hook by Jonathan Tan · 8 years ago
- 2c7ee98 doc: change erroneous --[no]-whatever into --[no-]whatever by Ævar Arnfjörð Bjarmason · 8 years ago
- ce18123 Merge branch 'mm/doc-tt' by Junio C Hamano · 9 years ago
- bcf9626 doc: typeset long command-line options as literal by Matthieu Moy · 9 years ago
- 94c61d2 Merge branch 'tr/doc-tt' by Junio C Hamano · 9 years ago
- ae9f631 doc: change configuration variables format by Tom Russello · 9 years ago
- 1df036e Documentation/git-send-email: fix typo in gmail 2FA section by SZEDER Gábor · 9 years ago
- 6640988 Documentation: add instructions to help setup gmail 2FA by Michael Rappazzo · 9 years ago
- 17b7a83 sendemail: teach git-send-email to dump alias names by Jacob Keller · 9 years ago
- 629ac65 Merge branch 'jv/send-email-selective-smtp-auth' by Junio C Hamano · 10 years ago
- 0f2e68b send-email: provide whitelist of SMTP AUTH mechanisms by Jan Viktorin · 10 years ago
- 8f50e2e Merge branch 'rl/send-email-aliases' by Junio C Hamano · 10 years ago
- b1c8a11 send-email: allow multiple emails using --cc, --to and --bcc by Remi Lespinet · 10 years ago
- 2532dd0 send-email: implement sendmail aliases line continuation support by Eric Sunshine · 10 years ago
- 5c3494e send-email: further document missing sendmail aliases functionality by Eric Sunshine · 10 years ago
- 3169e06 send-email: add sendmail email aliases format by Allen Hubbe · 10 years ago
- da0005b *config.txt: stick to camelCase naming convention by Nguyễn Thái Ngọc Duy · 10 years ago
- 8128835 Merge branch 'aw/doc-smtp-ssl-cert-path' by Junio C Hamano · 10 years ago
- 5095fa6 Merge branch 'lh/send-email-hide-x-mailer' by Junio C Hamano · 10 years ago
- bcfe6f3 correct smtp-ssl-cert-path description by Adam Williamson · 10 years ago
- ac1596a send-email: add --[no-]xmailer option by Luis Henriques · 11 years ago
- 8d81408 git-send-email: add --transfer-encoding option by Paolo Bonzini · 10 years ago
- 9fe49ae Merge branch 'mt/send-email-cover-to-cc' by Junio C Hamano · 11 years ago
- 06ab60c Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issues by Jason St. John · 11 years ago
- f515c90 git-send-email: two new options: to-cover, cc-cover by Michael S. Tsirkin · 11 years ago
- 35035bb send-email: be explicit with SSL certificate verification by Ramkumar Ramachandra · 12 years ago
- 402596a send-email: make annotate configurable by Felipe Contreras · 12 years ago
- 4d31a44 git-send-email: use git credential to obtain password by Michal Nazarewicz · 12 years ago
- 48a8c26 Documentation: avoid poor-man's small caps GIT by Thomas Ackermann · 12 years ago
- 62e0069 git-send-email: introduce compose-encoding by Krzysztof Mazur · 12 years ago
- 3ddf922 send-email: document the --smtp-debug option by Zbigniew Jędrzejewski-Szmek · 13 years ago
- 7791a1d Documentation: use [verse] for SYNOPSIS sections by Martin von Zweigbergk · 14 years ago
- 36c10e6 Documentation: publicize hints for sending patches with GMail by Jonathan Nieder · 14 years ago
- 48bb914 doc: drop author/documentation sections from most pages by Jeff King · 14 years ago
- 271c2aa Merge branch 'maint' by Junio C Hamano · 14 years ago
- 1a3e302 Add --force to git-send-email documentation by Alejandro R. Sedeño · 14 years ago
- db54c8e git-send-email.perl: make initial In-Reply-To apply only to first email by Antonio Ospite · 14 years ago
- 9b1054d Merge branch 'jp/send-email-to-cmd' by Junio C Hamano · 14 years ago
- 6e74e07 git-send-email.perl: Add --to-cmd by Joe Perches · 14 years ago
- 052fbea New send-email option smtpserveroption. by Pascal Obry · 15 years ago
- a278aa6 Merge branch 'tr/send-email-8bit' by Junio C Hamano · 15 years ago
- 3cae7e5 send-email: ask about and declare 8bit mails by Thomas Rast · 15 years ago
- daa81c4 Merge branch 'bg/send-email-smtpdomain' by Junio C Hamano · 15 years ago
- 2b873e0 Documentation/git-send-email: Add "Use gmail as the smtp server" by Ping Yin · 15 years ago
- 69cf7bf send-email: Cleanup smtp-domain and add config by Brian Gernhardt · 15 years ago
- 79ca070 Document send-email --smtp-domain by Brian Gernhardt · 15 years ago
- a19f101 Merge branch 'jc/1.7.0-send-email-no-thread-default' by Junio C Hamano · 15 years ago
- 0c7cc13 Merge branch 'fc/send-email-envelope' by Junio C Hamano · 15 years ago
- c89e324 send-email: automatic envelope sender by Felipe Contreras · 15 years ago
- b4479f0 add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" by Jonathan Nieder · 15 years ago
- 41fe87f send-email: make --no-chain-reply-to the default by Junio C Hamano · 16 years ago
- 2da846e Documentation: git-send-email: correct statement about standard ports by Wesley J. Landaker · 16 years ago
- a4782b3 Documentation: git-send-email: fix submission port number by Wesley J. Landaker · 16 years ago
- f693b7e Improve doc for format-patch threading options. by Yann Dirson · 16 years ago
- cb8a9bd Test cccmd in t9001-send-email.sh and fix some bugs by Paolo Bonzini · 16 years ago
- 95a877a Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threaded by Junio C Hamano · 16 years ago
- 0fd41f2 doc/send-email: clarify the behavior of --in-reply-to with --no-thread by Markus Heidelberg · 16 years ago
- b836490 Merge branch 'maint' by Junio C Hamano · 16 years ago
- 94af7c3 Documentation: git-send-mail can take rev-list arg to drive format-patch by Paolo Bonzini · 16 years ago
- 0667621 Merge branch 'mw/send-email' by Junio C Hamano · 16 years ago