git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>,
	Eric Sunshine <sunshine@sunshineco.com>
Subject: [PATCH v2 0/3] support mboxrd format
Date: Sun,  5 Jun 2016 04:46:38 +0000	[thread overview]
Message-ID: <20160605044641.9221-1-e@80x24.org> (raw)

Changes since v2:

* beef up tests, including accounting for the trailing whitespace
  omission in pretty output but still accepting and preserving
  trailing whitespace in mailsplit.

* indicate disabling variable interpolation in heredoc (but
  using variable interpolation as needed for trailing space
  in tests).

* use "git grep" for "-A<NUM>" for portability

* avoid the use of regexp for matching /^From / and /^>+From /

Thanks to Eric Sunshine and Junio for helping with the first round.

v1 started at http://mid.gmane.org/20160530232142.21098-1-e@80x24.org

The following changes since commit 6326f199252a1a5fbdea105473f8305d850cdd87:

  Almost ready for 2.9-rc2 (2016-06-03 14:38:35 -0700)

are available in the git repository at:

  git://bogomips.org/git-svn.git mboxrd-v2

for you to fetch changes up to 1ab223c4f7b8d6cc246f873795d89ac97da84ae1:

  am: support --patch-format=mboxrd (2016-06-05 04:16:57 +0000)

----------------------------------------------------------------
Eric Wong (3):
      pretty: support "mboxrd" output format
      mailsplit: support unescaping mboxrd messages
      am: support --patch-format=mboxrd

 Documentation/git-am.txt        |  3 ++-
 Documentation/git-mailsplit.txt |  7 ++++++-
 builtin/am.c                    | 14 +++++++++++---
 builtin/log.c                   |  2 +-
 builtin/mailsplit.c             | 18 ++++++++++++++++++
 commit.h                        |  6 ++++++
 log-tree.c                      |  4 ++--
 pretty.c                        | 33 +++++++++++++++++++++++++--------
 t/t4014-format-patch.sh         | 41 +++++++++++++++++++++++++++++++++++++++++
 t/t4150-am.sh                   | 20 ++++++++++++++++++++
 t/t5100-mailinfo.sh             | 31 +++++++++++++++++++++++++++++++
 t/t5100/0001mboxrd              |  4 ++++
 t/t5100/0002mboxrd              |  5 +++++
 t/t5100/sample.mboxrd           | 19 +++++++++++++++++++
 14 files changed, 191 insertions(+), 16 deletions(-)
 create mode 100644 t/t5100/0001mboxrd
 create mode 100644 t/t5100/0002mboxrd
 create mode 100644 t/t5100/sample.mboxrd

             reply	other threads:[~2016-06-05  4:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-05  4:46 Eric Wong [this message]
2016-06-05  4:46 ` [PATCH v2 1/3] pretty: support "mboxrd" output format Eric Wong
2016-06-05  4:46 ` [PATCH v2 2/3] mailsplit: support unescaping mboxrd messages Eric Wong
2016-06-06 18:24   ` Junio C Hamano
2016-06-06 23:02     ` Eric Wong
2016-06-05  4:46 ` [PATCH v2 3/3] am: support --patch-format=mboxrd Eric Wong

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=20160605044641.9221-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=sunshine@sunshineco.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).