All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: Nicolas Pitre <nico@fluxnic.net>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH 0/6] fast-import updates
Date: Wed, 17 Feb 2010 15:23:41 -0800	[thread overview]
Message-ID: <20100217232341.GA27377@spearce.org> (raw)
In-Reply-To: <1266433556-1987-1-git-send-email-nico@fluxnic.net>

Nicolas Pitre <nico@fluxnic.net> wrote:
> Will follow a couple fast-import updates, with the most significant
> change being the ability for fast-import to produce pack index v2 by
> default.  Overall this should make fast-import produced data more imune
> to silent corruptions, and also lift the limit on the maximum pack size
> it could produce.
> 
> [PATCH 1/6] fast-import: start using struct pack_idx_entry
> [PATCH 2/6] fast-import: use sha1write() for pack data
> [PATCH 3/6] fast-import: use write_idx_file() instead of custom code
> [PATCH 4/6] fast-import: make default pack size unlimited
> [PATCH 5/6] fast-import: honor pack.indexversion and pack.packsizelimit config vars
> [PATCH 6/6] fast-import: use the diff_delta() max_delta_size argument

Acked-by: Shawn O. Pearce <spearce@spearce.org>

Thanks Nico.  I wanted to do this myself, but couldn't find the time
since it was recently brought up that we still didn't use index v2
in fast-import.

-- 
Shawn.

  parent reply	other threads:[~2010-02-17 23:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-17 19:05 [PATCH 0/6] fast-import updates Nicolas Pitre
2010-02-17 19:05 ` [PATCH 1/6] fast-import: start using struct pack_idx_entry Nicolas Pitre
2010-02-17 19:05 ` [PATCH 2/6] fast-import: use sha1write() for pack data Nicolas Pitre
2010-02-17 19:05 ` [PATCH 3/6] fast-import: use write_idx_file() instead of custom code Nicolas Pitre
2010-02-17 19:05 ` [PATCH 4/6] fast-import: make default pack size unlimited Nicolas Pitre
2010-02-17 19:05 ` [PATCH 5/6] fast-import: honor pack.indexversion and pack.packsizelimit config vars Nicolas Pitre
2010-02-17 19:05 ` [PATCH 6/6] fast-import: use the diff_delta() max_delta_size argument Nicolas Pitre
2010-02-17 23:23 ` Shawn O. Pearce [this message]
2010-02-17 23:29   ` [PATCH 0/6] fast-import updates 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=20100217232341.GA27377@spearce.org \
    --to=spearce@spearce.org \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=nico@fluxnic.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.