]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.c
commit-graph: convert remaining functions to handle any repo
authorStefan Beller <sbeller@google.com>
Sat, 15 Dec 2018 00:09:39 +0000 (16:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Dec 2018 18:06:33 +0000 (10:06 -0800)
commit4f542b7a7f944986e3f7567f7e94b256b1929f6c
treeb4b6e6bce07ffd257437b06e3cdcea4ead9919c4
parent142e9f4432199cec5de418d74b37872d8330f696
commit-graph: convert remaining functions to handle any repo

Convert all functions to handle arbitrary repositories in commit-graph.c
that are used by functions taking a repository argument already.

Notable exclusion is write_commit_graph and its local functions as that
only works on the_repository.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c