All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] fast-import updates
@ 2010-02-17 19:05 Nicolas Pitre
  2010-02-17 19:05 ` [PATCH 1/6] fast-import: start using struct pack_idx_entry Nicolas Pitre
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Nicolas Pitre @ 2010-02-17 19:05 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Shawn O. Pearce

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


Nicolas

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-02-17 23:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 0/6] fast-import updates Shawn O. Pearce
2010-02-17 23:29   ` Junio C Hamano

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.