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