Files
git/commit-graph.c
Derrick Stolee 46cecd986f 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-19 16:45:56 +02:00

34 KiB