On 6/28/2018 9:21 PM, Stefan Beller wrote:
Add a repository argument to allow callers of lookup_commit to be more specific about which repository to handle. This is a small mechanical change; it doesn't change the implementation to handle repositories other than the_repository yet. As with the previous commits, use a macro to catch callers passing a repository other than the_repository at compile time.
In ds/commit-graph-fsck I add a few new callers to lookup_commit(), which will affect this patch on a reroll.
Thanks, -Stolee