index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-send-email.perl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add parsing of elm aliases to git-send-email
Bill Pemberton
2009-04-23
1
-0
/
+8
*
send-email: fix nasty bug in ask() function
Jay Soffian
2009-04-05
1
-2
/
+2
*
send-email: ensure quoted addresses are rfc2047 encoded
Jay Soffian
2009-04-02
1
-1
/
+2
*
send-email: ask_default should apply to all emails, not just the first
Jay Soffian
2009-04-01
1
-2
/
+1
*
send-email: don't attempt to prompt if tty is closed
Jay Soffian
2009-04-01
1
-0
/
+3
*
send-email: refactor and ensure prompting doesn't loop forever
Jay Soffian
2009-03-30
1
-32
/
+34
*
Merge branch 'tr/maint-1.6.0-send-email-irt'
Junio C Hamano
2009-03-18
1
-1
/
+1
|
\
|
*
send-email: respect in-reply-to regardless of threading
Thomas Rast
2009-03-03
1
-1
/
+1
*
|
send-email: add --confirm option and configuration setting
Jay Soffian
2009-03-03
1
-23
/
+61
*
|
send-email: don't create temporary compose file until it is needed
Jay Soffian
2009-02-24
1
-9
/
+11
*
|
send-email: --suppress-cc improvements
Jay Soffian
2009-02-15
1
-9
/
+19
*
|
send-email: handle multiple Cc addresses when reading mbox message
Jay Soffian
2009-02-15
1
-67
/
+86
*
|
send-email: allow send-email to run outside a repo
Jay Soffian
2009-02-15
1
-2
/
+11
*
|
send-email: futureproof split_addrs() sub
Junio C Hamano
2008-12-21
1
-1
/
+1
*
|
Merge branch 'maint' to sync with GIT 1.6.0.6
Junio C Hamano
2008-12-20
1
-3
/
+8
|
\
|
|
*
git-send-email: handle email address with quoted comma
Wu Fengguang
2008-12-20
1
-3
/
+8
*
|
send-email: do not reverse the command line arguments
Junio C Hamano
2008-12-01
1
-1
/
+1
*
|
Merge branch 'ph/send-email'
Junio C Hamano
2008-11-28
1
-74
/
+172
|
\
\
|
*
|
git send-email: ask less questions when --compose is used.
Pierre Habouzit
2008-11-12
1
-73
/
+114
|
*
|
git send-email: add --annotate option
Pierre Habouzit
2008-11-12
1
-2
/
+24
|
*
|
git send-email: interpret unknown files as revision lists
Pierre Habouzit
2008-11-12
1
-5
/
+42
|
*
|
git send-email: make the message file name more specific.
Pierre Habouzit
2008-11-11
1
-3
/
+1
*
|
|
send-email: Fix Pine address book parsing
Trent Piepho
2008-11-26
1
-3
/
+6
|
/
/
*
|
Merge branch 'maint'
Junio C Hamano
2008-11-02
1
-2
/
+1
|
\
|
|
*
git send-email: avoid leaking directory file descriptors.
Pierre Habouzit
2008-11-02
1
-2
/
+1
*
|
send-email: signedoffcc -> signedoffbycc, but handle both
Michael Witten
2008-10-01
1
-4
/
+5
*
|
Docs: send-email: Create logical groupings for --help text
Michael Witten
2008-10-01
1
-27
/
+34
*
|
send-email: change --no-validate to boolean --[no-]validate
Michael Witten
2008-10-01
1
-4
/
+5
*
|
Docs: send-email usage text much sexier
Michael Witten
2008-10-01
1
-68
/
+26
*
|
Docs: send-email's usage text and man page mention same options
Michael Witten
2008-10-01
1
-4
/
+4
|
/
*
Merge branch 'maint'
Junio C Hamano
2008-07-25
1
-1
/
+1
|
\
|
*
send-email: find body-encoding correctly
Peter Valdemar Mørch
2008-07-25
1
-1
/
+1
*
|
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
|
git-send-email: Fix authenticating on some servers when using TLS.
Robert Shearman
2008-07-10
1
-0
/
+3
*
|
git-send-email: Do not attempt to STARTTLS more than once
Thomas Rast
2008-07-03
1
-0
/
+1
*
|
Merge branch 'kb/send-email-fifo'
Junio C Hamano
2008-07-02
1
-3
/
+5
|
\
\
|
*
|
git-send-email: Accept fifos as well as files
Kevin Ballard
2008-06-26
1
-3
/
+5
|
|
/
*
|
git-send-email: prevent undefined variable warnings if no encryption is set
Thomas Rast
2008-06-29
1
-0
/
+3
*
|
git-send-email: add support for TLS via Net::SMTP::SSL
Thomas Rast
2008-06-26
1
-5
/
+28
|
/
*
git-send-email: allow whitespace in addressee list
Pieter de Bie
2008-06-08
1
-1
/
+1
*
send-email: Allow the envelope sender to be set via configuration
Ask Bjørn Hansen
2008-06-08
1
-0
/
+1
*
Merge branch 'jk/maint-send-email-compose'
Junio C Hamano
2008-05-21
1
-2
/
+41
|
\
|
*
send-email: rfc2047-quote subject lines with non-ascii characters
Jeff King
2008-05-21
1
-2
/
+17
|
*
send-email: specify content-type of --compose body
Jeff King
2008-05-21
1
-0
/
+24
*
|
Merge branch 'hb/maint-send-email-quote-recipients'
Junio C Hamano
2008-05-21
1
-1
/
+1
|
\
\
|
*
|
Fix recipient santitization
Horst H. von Brand
2008-05-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'bd/tests'
Junio C Hamano
2008-05-14
1
-1
/
+1
|
\
\
|
*
|
git-send-email.perl: Handle shell metacharacters in $EDITOR properly
Bryan Donlan
2008-05-05
1
-1
/
+1
*
|
|
git-send-email: add a new sendemail.cc configuration variable
Miklos Vajna
2008-04-30
1
-0
/
+1
|
/
/
*
/
send-email: Don't require to be called in a repository
Frank Lichtenheld
2008-03-15
1
-9
/
+11
|
/
[next]