Mark Levedahl <mdl123@xxxxxxxxxxx> wrote: > +# get the objects > +unzip -p "$bfile" .gitBundlePack | git-unpack-objects Since you are transporting a packfile by sneakernet it might be reasonable to assume this transfer happens infrequently. Consequently we might assume its object count exceeds transfer.unpackLimit, which means a standard fetch or push would have kept the packfile rather than unpacking it to loose objects. So maybe use git-index-pack here to index the packfile and retain it as-is, rather than unpacking it? -- 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