On Mon, Mar 23, 2009 at 6:11 AM, Kjetil Barvik wrote: > Question: is there some low level GIT command I can run to compare 2 > pack files to maybe be able to see the reason behind the above table? > Maybe to see some details about how many delta's, how big each are, > total sizes, etc.. git verify-pack -v <pack.idx> The columns are: SHA1 type size size-in-packfile offset-in-packfile depth base-SHA1 (the last two columns are only present for deltified objects) Peter Harris -- 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