Age | Commit message (Expand) | Author | Files | Lines |
2019-01-23 | doc: tidy asciidoc style | Jean-Noël Avila | 1 | -1/+1 |
2018-11-06 | Merge branch 'jw/send-email-no-auth' | Junio C Hamano | 1 | -1/+6 |
2018-10-23 | send-email: explicitly disable authentication | Joshua Watt | 1 | -1/+6 |
2018-10-16 | send-email: also pick up cc addresses from -by trailers | Rasmus Villemoes | 1 | -1/+4 |
2018-10-11 | Documentation/git-send-email.txt: style fixes | Rasmus Villemoes | 1 | -4/+4 |
2018-07-09 | docs: correct RFC specifying email line length | brian m. carlson | 1 | -1/+1 |
2018-07-09 | send-email: automatically determine transfer-encoding | brian m. carlson | 1 | -2/+1 |
2018-07-09 | send-email: accept long lines with suitable transfer encoding | brian m. carlson | 1 | -2/+5 |
2018-07-09 | send-email: add an auto option for transfer encoding | brian m. carlson | 1 | -4/+7 |
2018-05-25 | Use proper syntax for replaceables in command docs | Robert P. J. Day | 1 | -1/+1 |
2018-05-02 | doc: keep first level section header in upper case | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-04-25 | Merge branch 'en/doc-typoes' | Junio C Hamano | 1 | -1/+1 |
2018-04-25 | Merge branch 'mn/send-email-credential-doc' | Junio C Hamano | 1 | -10/+6 |
2018-04-09 | Documentation: fix several one-character-off spelling errors | Elijah Newren | 1 | -1/+1 |
2018-04-08 | send-email: simplify Gmail example in the documentation | Michal Nazarewicz | 1 | -10/+6 |
2018-03-06 | send-email: support separate Reply-To address | Christian Ludwig | 1 | -0/+5 |
2017-11-28 | git-send-email: honor $PATH for sendmail binary | Florian Klink | 1 | -3/+3 |
2017-07-06 | Merge branch 'xz/send-email-batch-size' | Junio C Hamano | 1 | -0/+15 |
2017-07-05 | send-email: --batch-size to work around some SMTP server limit | xiaoqiang zhao | 1 | -0/+15 |
2017-05-16 | send-email: support validate hook | Jonathan Tan | 1 | -0/+1 |
2017-03-20 | doc: change erroneous --[no]-whatever into --[no-]whatever | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2016-07-13 | Merge branch 'mm/doc-tt' | Junio C Hamano | 1 | -12/+12 |
2016-06-28 | doc: typeset long command-line options as literal | Matthieu Moy | 1 | -12/+12 |
2016-06-27 | Merge branch 'tr/doc-tt' | Junio C Hamano | 1 | -31/+31 |
2016-06-08 | doc: change configuration variables format | Tom Russello | 1 | -31/+31 |
2016-06-01 | Documentation/git-send-email: fix typo in gmail 2FA section | SZEDER Gábor | 1 | -1/+1 |
2016-05-27 | Documentation: add instructions to help setup gmail 2FA | Michael Rappazzo | 1 | -0/+13 |
2015-11-20 | sendemail: teach git-send-email to dump alias names | Jacob Keller | 1 | -0/+11 |
2015-08-26 | Merge branch 'jv/send-email-selective-smtp-auth' | Junio C Hamano | 1 | -0/+13 |
2015-08-17 | send-email: provide whitelist of SMTP AUTH mechanisms | Jan Viktorin | 1 | -0/+13 |
2015-08-03 | Merge branch 'rl/send-email-aliases' | Junio C Hamano | 1 | -6/+6 |
2015-07-07 | send-email: allow multiple emails using --cc, --to and --bcc | Remi Lespinet | 1 | -6/+6 |
2015-06-01 | send-email: implement sendmail aliases line continuation support | Eric Sunshine | 1 | -2/+0 |
2015-06-01 | send-email: further document missing sendmail aliases functionality | Eric Sunshine | 1 | -0/+3 |
2015-05-27 | send-email: add sendmail email aliases format | Allen Hubbe | 1 | -1/+17 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -25/+25 |
2015-01-14 | Merge branch 'aw/doc-smtp-ssl-cert-path' | Junio C Hamano | 1 | -4/+9 |
2015-01-07 | Merge branch 'lh/send-email-hide-x-mailer' | Junio C Hamano | 1 | -0/+5 |
2015-01-07 | correct smtp-ssl-cert-path description | Adam Williamson | 1 | -4/+9 |
2014-12-15 | send-email: add --[no-]xmailer option | Luis Henriques | 1 | -0/+5 |
2014-11-25 | git-send-email: add --transfer-encoding option | Paolo Bonzini | 1 | -0/+10 |
2014-06-20 | Merge branch 'mt/send-email-cover-to-cc' | Junio C Hamano | 1 | -0/+12 |
2014-05-21 | Documentation: use "command-line" when used as a compound adjective, and fix ... | Jason St. John | 1 | -3/+3 |
2014-04-29 | git-send-email: two new options: to-cover, cc-cover | Michael S. Tsirkin | 1 | -0/+12 |
2013-07-18 | send-email: be explicit with SSL certificate verification | Ramkumar Ramachandra | 1 | -0/+6 |
2013-04-07 | send-email: make annotate configurable | Felipe Contreras | 1 | -2/+3 |
2013-02-27 | git-send-email: use git credential to obtain password | Michal Nazarewicz | 1 | -2/+2 |
2013-02-01 | Documentation: avoid poor-man's small caps GIT | Thomas Ackermann | 1 | -1/+1 |
2012-10-10 | git-send-email: introduce compose-encoding | Krzysztof Mazur | 1 | -0/+4 |
2012-02-27 | send-email: document the --smtp-debug option | Zbigniew Jędrzejewski-Szmek | 1 | -0/+4 |