git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jay Soffian <jaysoffian@gmail.com>
To: git@vger.kernel.org
Cc: Jay Soffian <jaysoffian@gmail.com>,
	Thomas Rast <trast@student.ethz.ch>,
	Junio C Hamano <gitster@pobox.com>
Subject: [PATCH v2 0/3] send-email
Date: Sat, 14 Feb 2009 23:32:12 -0500	[thread overview]
Message-ID: <1234672335-54321-1-git-send-email-jaysoffian@gmail.com> (raw)

Junio,

There have been several messages on my send-email patches. I
incorporated your feedback and Thomas's contributions and re-rolled the
series.

Thomas, thank you for helping out on this series.

More information in each patch.

j.

Jay Soffian (3):
  send-email: allow send-email to run outside a repo
  send-email: handle multiple Cc addresses when reading mbox message
  send-email: --suppress-cc improvements

 Documentation/git-send-email.txt |   26 ++++--
 git-send-email.perl              |  183 +++++++++++++++++++++---------------
 t/t9001-send-email.sh            |  192 +++++++++++++++++++++++++++++++++-----
 3 files changed, 294 insertions(+), 107 deletions(-)

             reply	other threads:[~2009-02-15  4:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-15  4:32 Jay Soffian [this message]
2009-02-15  4:32 ` [PATCH v2 1/3] send-email: allow send-email to run outside a repo Jay Soffian
2009-02-15  4:32   ` [PATCH v2 2/3] send-email: handle multiple Cc addresses when reading mbox message Jay Soffian
2009-02-15  4:32     ` [PATCH v2 3/3] send-email: --suppress-cc improvements Jay Soffian
2009-02-15  5:07     ` [PATCH v2 2/3] send-email: handle multiple Cc addresses when reading mbox message Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1234672335-54321-1-git-send-email-jaysoffian@gmail.com \
    --to=jaysoffian@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=trast@student.ethz.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).