From: Jeff King <peff@peff.net>
To: Johannes Schindelin <johannes.schindelin@gmx.de>
Cc: git@vger.kernel.org, gitster@pobox.com, Johannes Sixt <j6t@kdbg.org>
Subject: Re: [PATCH 1/2] Add an (optional, since expensive) test for >2g clones
Date: Thu, 5 Mar 2009 11:41:54 -0500 [thread overview]
Message-ID: <20090305164153.GD4213@coredump.intra.peff.net> (raw)
In-Reply-To: <96a26f3a883890b3e56c867e8183618784837d4d.1236268730u.git.johannes.schindelin@gmx.de>
On Thu, Mar 05, 2009 at 05:05:09PM +0100, Johannes Schindelin wrote:
> + (while test $i -le $blobcount
> + do
> + printf "Generating blob $i/$blobcount\r" >&2 &&
> + printf "blob\nmark :$i\ndata $blobsize\n" &&
> + #test-genrandom $i $blobsize &&
> + printf "%-${blobsize}s" $i &&
Leftover cruft using genrandom? (I'm guessing you tried random at first
to avoid compression, but I think your pack.compression=0 technique is
more sensible).
-Peff
next prev parent reply other threads:[~2009-03-05 16:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-05 16:05 [PATCH 0/2] 2GB fixes for Windows Johannes Schindelin
2009-03-05 16:05 ` [PATCH 1/2] Add an (optional, since expensive) test for >2g clones Johannes Schindelin
2009-03-05 16:41 ` Jeff King [this message]
2009-03-05 16:58 ` Johannes Schindelin
2009-03-05 18:50 ` Jeff King
2009-03-05 23:08 ` Junio C Hamano
2009-03-06 9:48 ` [PATCH v2 1/2] Add an (optional, since expensive) test for >2gb clones Johannes Schindelin
2009-03-06 9:49 ` [PATCH v2 2/2] MinGW: 64-bit file offsets Johannes Schindelin
2009-03-05 16:05 ` [PATCH " Johannes Schindelin
2009-03-05 20:53 ` Johannes Sixt
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=20090305164153.GD4213@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=j6t@kdbg.org \
--cc=johannes.schindelin@gmx.de \
/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).