Nicolas Pitre <nico@xxxxxxxxxxx> 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@xxxxxxxxxxx> 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html