On Mon, Aug 08, 2016 at 09:50:20AM -0400, Jeff King wrote: > > + git pack-objects --local --stdout --revs >1.pack && > > + git index-pack 1.pack && > > I'd have expected you to use the non-stdout version here. Is this meant > to be independent of your other patch (I think that's OK). Oh, nevermind, I forgot this was meant to be a preparatory patch. So it makes sense to use --stdout in the tests. -Peff -- 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