Files
git/commit-graph.c
Derrick Stolee 9c28751d60 commit-graph: use raw_object_store when closing
The close_commit_graph() method took a repository struct, but then
only uses the raw_object_store within. Change the function prototype
to make the method more flexible.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
2019-05-31 09:54:39 +02:00

34 KiB