From: Steffen Prohaska <prohaska@zib.de>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>,
peff@peff.net, pclouds@gmail.com, john@keeping.me.uk,
schacon@gmail.com, Steffen Prohaska <prohaska@zib.de>
Subject: [PATCH v3 0/3] Stream fd to clean filter, GIT_MMAP_LIMIT
Date: Thu, 21 Aug 2014 18:05:07 +0200 [thread overview]
Message-ID: <1408637110-15669-1-git-send-email-prohaska@zib.de> (raw)
I revised the testing approach as discussed. Patch 2/3 adds GIT_MMAP_LIMIT,
which allows testing of memory expectations together with GIT_ALLOC_LIMIT.
The rest is unchanged compared to v2.
Steffen Prohaska (3):
convert: Refactor would_convert_to_git() to single arg 'path'
Introduce GIT_MMAP_LIMIT to allow testing expected mmap size
convert: Stream from fd to required clean filter instead of mmap
convert.c | 60 +++++++++++++++++++++++++++++++++++++++++++++------
convert.h | 10 ++++++---
sha1_file.c | 46 ++++++++++++++++++++++++++++++++++++---
t/t0021-conversion.sh | 24 ++++++++++++++++-----
4 files changed, 123 insertions(+), 17 deletions(-)
--
2.1.0.6.gb452461
next reply other threads:[~2014-08-21 16:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-21 16:05 Steffen Prohaska [this message]
2014-08-21 16:05 ` [PATCH v3 1/3] convert: Refactor would_convert_to_git() to single arg 'path' Steffen Prohaska
2014-08-21 16:05 ` [PATCH v3 2/3] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size Steffen Prohaska
2014-08-21 22:26 ` Junio C Hamano
2014-08-22 13:46 ` Steffen Prohaska
2014-08-22 15:57 ` Junio C Hamano
2014-08-22 16:31 ` Junio C Hamano
2014-08-24 16:03 ` Steffen Prohaska
2014-08-21 16:05 ` [PATCH v3 3/3] convert: Stream from fd to required clean filter instead of mmap Steffen Prohaska
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=1408637110-15669-1-git-send-email-prohaska@zib.de \
--to=prohaska@zib.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=john@keeping.me.uk \
--cc=pclouds@gmail.com \
--cc=peff@peff.net \
--cc=schacon@gmail.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).