Re: [PATCH v3 05/14] commit-graph: implement 'git-commit-graph write'
From: Jonathan Tan <hidden>
Date: 2018-02-13 21:58:04
From: Jonathan Tan <hidden>
Date: 2018-02-13 21:58:04
On Thu, 8 Feb 2018 15:37:29 -0500 Derrick Stolee [off-list ref] 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.