| Commit message (Expand) | Author | Age |
* | send-email: Add config option for sender address | Trent Piepho | 2009-05-13 |
* | Add parsing of elm aliases to git-send-email | Bill Pemberton | 2009-04-22 |
* | git-send-email.txt: clarify which options take an argument. | Matthieu Moy | 2009-04-07 |
* | git-send-email.txt: describe --compose better | Stephen Boyd | 2009-03-17 |
* | Merge branch 'js/send-email' | Junio C Hamano | 2009-03-05 |
|\ |
|
| * | send-email: add --confirm option and configuration setting | Jay Soffian | 2009-03-02 |
| * | send-email: --suppress-cc improvements | Jay Soffian | 2009-02-14 |
| * | Merge branch 'mh/maint-sendmail-cc-doc' | Junio C Hamano | 2009-01-07 |
| |\ |
|
* | | | Documentation: Note file formats send-email accepts | Todd Zullinger | 2009-02-18 |
* | | | Merge branch 'mh/maint-sendmail-cc-doc' into maint | Junio C Hamano | 2009-01-11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | doc/git-send-email: mention sendemail.cc config variable | Markus Heidelberg | 2008-12-29 |
* | | git-send-email.txt: move --format-patch paragraph to a proper location | Adeodato Simó | 2008-12-27 |
|/ |
|
* | Fix typos in documentation | Alexander Potashev | 2008-12-09 |
* | git send-email: ask less questions when --compose is used. | Pierre Habouzit | 2008-11-11 |
* | git send-email: add --annotate option | Pierre Habouzit | 2008-11-11 |
* | git send-email: interpret unknown files as revision lists | Pierre Habouzit | 2008-11-11 |
* | send-email: signedoffcc -> signedoffbycc, but handle both | Michael Witten | 2008-10-01 |
* | Docs: send-email: Create logical groupings for man text | Michael Witten | 2008-10-01 |
* | Docs: send-email: Remove unnecessary config variable description | Michael Witten | 2008-10-01 |
* | Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to | Michael Witten | 2008-10-01 |
* | send-email: change --no-validate to boolean --[no-]validate | Michael Witten | 2008-10-01 |
* | Docs: send-email: Man page option ordering | Michael Witten | 2008-10-01 |
* | Docs: send-email's usage text and man page mention same options | Michael Witten | 2008-10-01 |
* | Document sendemail.envelopesender configuration | Ask Bjørn Hansen | 2008-08-31 |
* | Replace uses of "git-var" with "git var" | Todd Zullinger | 2008-07-30 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 |
* | git-send-email: add support for TLS via Net::SMTP::SSL | Thomas Rast | 2008-06-25 |
* | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 |
* | Document the sendemail.smtpserverport config variable | Kevin Ballard | 2008-03-19 |
* | Merge branch 'mw/send-email' | Junio C Hamano | 2008-02-11 |
|\ |
|
| * | git-send-email: ssh/login style password requests | Michael Witten | 2008-02-05 |
* | | git-send-email: Generalize auto-cc recipient mechanism. | David Brown | 2008-02-05 |
|/ |
|
* | Documentation: add a bit about sendemail.to configuration | Mike Hommey | 2008-01-26 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 |
* | Fix some documentation typos. | Ralf Wildenhues | 2007-12-18 |
* | send-email: apply --suppress-from to S-o-b and cc-cmd | Uwe Kleine-König | 2007-11-07 |
* | git-send-email: add a new sendemail.to configuration variable | Miklos Vajna | 2007-10-24 |
* | send-email --smtp-server-port: allow overriding the default port | Junio C Hamano | 2007-09-26 |
* | send-email: Add support for SSL and SMTP-AUTH | Douglas Stockwell | 2007-09-03 |
* | Merge branch 'jp/send-email-cc' | Junio C Hamano | 2007-09-01 |
|\ |
|
| * | git-send-email --cc-cmd | Joe Perches | 2007-08-17 |
* | | Fix misspelling of 'suppress' in docs | Dave Watson | 2007-08-19 |
* | | Fix small typo in git send-email man page. | Sean Estabrooks | 2007-08-17 |
|/ |
|
* | Add GIT_EDITOR environment and core.editor configuration variables | Adam Roben | 2007-07-20 |
* | git-send-email: make options easier to configure. | Adam Roben | 2007-06-27 |
* | git-send-email: Add --threaded option | Adam Roben | 2007-06-26 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | send-email documentation: clarify --smtp-server | Jari Aalto | 2007-04-30 |
* | Document --dry-run and envelope-sender for git-send-email. | Robin H. Johnson | 2007-04-25 |