On Thu, 8 Feb 2018 15:37:29 -0500 Derrick Stolee <stolee@xxxxxxxxx> wrote: > +test_expect_success 'setup full repo' ' > + rm -rf .git && > + mkdir full && > + cd full && > + git init && > + packdir=".git/objects/pack"' Thanks for simplifying the repo generated in the test. One more style nit: the final apostrophe goes onto its own line.