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