git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lars Schneider <larsxschneider@gmail.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, peff@peff.net, tboegi@web.de, e@80x24.org,
	ttaylorr@github.com, peartben@gmail.com
Subject: [PATCH v9 0/7] convert: add "status=delayed" to filter process protocol
Date: Fri, 30 Jun 2017 22:41:21 +0200	[thread overview]
Message-ID: <20170630204128.48708-1-larsxschneider@gmail.com> (raw)

Hi,

here is the 9th iteration of my "status delayed" topic. I think that
might be the final one :-)

Patch 1 to 3 are minor t0021 test adjustments. Patch 4 to 6 are convert
refactorings to prepare the new feature. Patch 7 is the new feature.

### Changes since v7:
* extracted capabilities negotiation refactoring into dedicated patch 6
  --> no code changes and therefore no inter-diff

Thanks,
Lars


RFC: http://public-inbox.org/git/D10F7C47-14E8-465B-8B7A-A09A1B28A39F@gmail.com/
v1: http://public-inbox.org/git/20170108191736.47359-1-larsxschneider@gmail.com/
v2: http://public-inbox.org/git/20170226184816.30010-1-larsxschneider@gmail.com/
v3: http://public-inbox.org/git/20170409191107.20547-1-larsxschneider@gmail.com/
v4: http://public-inbox.org/git/20170522135001.54506-1-larsxschneider@gmail.com/
v5: http://public-inbox.org/git/20170601082203.50397-1-larsxschneider@gmail.com/
v6: http://public-inbox.org/git/20170625182125.6741-1-larsxschneider@gmail.com/
v7: http://public-inbox.org/git/20170627121027.99209-1-larsxschneider@gmail.com/
v8: http://public-inbox.org/git/20170628212952.60781-1-larsxschneider@gmail.com/

Base Ref: master
Web-Diff: https://github.com/larsxschneider/git/commit/c391b48aa2
Checkout: git fetch https://github.com/larsxschneider/git filter-process/delay-v9 && git checkout c391b48aa2


### Patches

Lars Schneider (7):
  t0021: keep filter log files on comparison
  t0021: make debug log file name configurable
  t0021: write "OUT <size>" only on success
  convert: put the flags field before the flag itself for consistent
    style
  convert: move multiple file filter error handling to separate function
  convert: refactor capabilities negotiation
  convert: add "status=delayed" to filter process protocol

 Documentation/gitattributes.txt |  69 ++++++++++++-
 builtin/checkout.c              |   3 +
 cache.h                         |   3 +
 convert.c                       | 202 +++++++++++++++++++++++++++----------
 convert.h                       |  26 +++++
 entry.c                         | 132 ++++++++++++++++++++++++-
 t/t0021-conversion.sh           | 178 +++++++++++++++++++++++++++------
 t/t0021/rot13-filter.pl         | 214 +++++++++++++++++++++++++++-------------
 unpack-trees.c                  |   2 +
 9 files changed, 668 insertions(+), 161 deletions(-)


base-commit: 0339965c70d68fd3831c9a5306443c869de3f6a8
--
2.13.2


             reply	other threads:[~2017-06-30 20:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30 20:41 Lars Schneider [this message]
2017-06-30 20:41 ` [PATCH v9 1/7] t0021: keep filter log files on comparison Lars Schneider
2017-06-30 20:41 ` [PATCH v9 2/7] t0021: make debug log file name configurable Lars Schneider
2017-06-30 20:41 ` [PATCH v9 3/7] t0021: write "OUT <size>" only on success Lars Schneider
2017-06-30 20:41 ` [PATCH v9 4/7] convert: put the flags field before the flag itself for consistent style Lars Schneider
2017-06-30 20:41 ` [PATCH v9 5/7] convert: move multiple file filter error handling to separate function Lars Schneider
2017-06-30 20:41 ` [PATCH v9 6/7] convert: refactor capabilities negotiation Lars Schneider
2017-06-30 20:41 ` [PATCH v9 7/7] convert: add "status=delayed" to filter process protocol Lars Schneider
2017-06-30 21:30 ` [PATCH v9 0/7] " Junio C Hamano

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=20170630204128.48708-1-larsxschneider@gmail.com \
    --to=larsxschneider@gmail.com \
    --cc=e@80x24.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=peartben@gmail.com \
    --cc=peff@peff.net \
    --cc=tboegi@web.de \
    --cc=ttaylorr@github.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.
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).