Age | Commit message (Expand) | Author | Files | Lines |
2008-12-21 | send-email: futureproof split_addrs() sub | Junio C Hamano | 1 | -1/+1 |
2008-12-19 | Merge branch 'maint' to sync with GIT 1.6.0.6 | Junio C Hamano | 1 | -3/+8 |
2008-12-19 | git-send-email: handle email address with quoted comma | Wu Fengguang | 1 | -3/+8 |
2008-11-30 | send-email: do not reverse the command line arguments | Junio C Hamano | 1 | -1/+1 |
2008-11-27 | Merge branch 'ph/send-email' | Junio C Hamano | 1 | -74/+172 |
2008-11-26 | send-email: Fix Pine address book parsing | Trent Piepho | 1 | -3/+6 |
2008-11-11 | git send-email: ask less questions when --compose is used. | Pierre Habouzit | 1 | -73/+114 |
2008-11-11 | git send-email: add --annotate option | Pierre Habouzit | 1 | -2/+24 |
2008-11-11 | git send-email: interpret unknown files as revision lists | Pierre Habouzit | 1 | -5/+42 |
2008-11-11 | git send-email: make the message file name more specific. | Pierre Habouzit | 1 | -3/+1 |
2008-11-02 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+1 |
2008-11-01 | git send-email: avoid leaking directory file descriptors. | Pierre Habouzit | 1 | -2/+1 |
2008-10-01 | send-email: signedoffcc -> signedoffbycc, but handle both | Michael Witten | 1 | -4/+5 |
2008-10-01 | Docs: send-email: Create logical groupings for --help text | Michael Witten | 1 | -27/+34 |
2008-10-01 | send-email: change --no-validate to boolean --[no-]validate | Michael Witten | 1 | -4/+5 |
2008-10-01 | Docs: send-email usage text much sexier | Michael Witten | 1 | -68/+26 |
2008-10-01 | Docs: send-email's usage text and man page mention same options | Michael Witten | 1 | -4/+4 |
2008-07-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-07-25 | send-email: find body-encoding correctly | Peter Valdemar Mørch | 1 | -1/+1 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-07-09 | git-send-email: Fix authenticating on some servers when using TLS. | Robert Shearman | 1 | -0/+3 |
2008-07-02 | git-send-email: Do not attempt to STARTTLS more than once | Thomas Rast | 1 | -0/+1 |
2008-07-01 | Merge branch 'kb/send-email-fifo' | Junio C Hamano | 1 | -3/+5 |
2008-06-28 | git-send-email: prevent undefined variable warnings if no encryption is set | Thomas Rast | 1 | -0/+3 |
2008-06-25 | git-send-email: add support for TLS via Net::SMTP::SSL | Thomas Rast | 1 | -5/+28 |
2008-06-25 | git-send-email: Accept fifos as well as files | Kevin Ballard | 1 | -3/+5 |
2008-06-08 | git-send-email: allow whitespace in addressee list | Pieter de Bie | 1 | -1/+1 |
2008-06-08 | send-email: Allow the envelope sender to be set via configuration | Ask Bjørn Hansen | 1 | -0/+1 |
2008-05-21 | Merge branch 'jk/maint-send-email-compose' | Junio C Hamano | 1 | -2/+41 |
2008-05-21 | Merge branch 'hb/maint-send-email-quote-recipients' | Junio C Hamano | 1 | -1/+1 |
2008-05-21 | Fix recipient santitization | Horst H. von Brand | 1 | -1/+1 |
2008-05-21 | send-email: rfc2047-quote subject lines with non-ascii characters | Jeff King | 1 | -2/+17 |
2008-05-21 | send-email: specify content-type of --compose body | Jeff King | 1 | -0/+24 |
2008-05-14 | Merge branch 'bd/tests' | Junio C Hamano | 1 | -1/+1 |
2008-05-05 | git-send-email.perl: Handle shell metacharacters in $EDITOR properly | Bryan Donlan | 1 | -1/+1 |
2008-04-29 | git-send-email: add a new sendemail.cc configuration variable | Miklos Vajna | 1 | -0/+1 |
2008-03-15 | send-email: Don't require to be called in a repository | Frank Lichtenheld | 1 | -9/+11 |
2008-03-07 | send-email: --no-signed-off-cc should suppress 'sob' cc | Junio C Hamano | 1 | -1/+2 |
2008-02-21 | send-email: fix In-Reply-To regression | Jay Soffian | 1 | -3/+6 |
2008-02-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-02-20 | send-email: squelch warning due to comparing undefined $_ to "" | Jay Soffian | 1 | -1/+1 |
2008-02-11 | Merge branch 'mw/send-email' | Junio C Hamano | 1 | -22/+72 |
2008-02-05 | git-send-email: Generalize auto-cc recipient mechanism. | David Brown | 1 | -7/+49 |
2008-02-05 | git-send-email: Better handling of EOF | Michael Witten | 1 | -16/+28 |
2008-02-05 | git-send-email: SIG{TERM,INT} handlers | Michael Witten | 1 | -2/+23 |
2008-02-05 | git-send-email: ssh/login style password requests | Michael Witten | 1 | -4/+21 |
2008-01-21 | send-email, fix breakage in combination with --compose | Gustaf Hendeby | 1 | -1/+1 |
2008-01-18 | send-email: add no-validate option | Jeff King | 1 | -3/+9 |
2008-01-18 | send-email: validate patches before sending anything | Jeff King | 1 | -0/+17 |
2008-01-18 | send-email: detect invocation errors earlier | Jeff King | 1 | -28/+27 |