]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.h
commit-graph: use raw_object_store when closing
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 17 May 2019 18:41:47 +0000 (11:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jun 2019 18:33:54 +0000 (11:33 -0700)
commitc3a3a964b29221a9b5fa305a08037c90b9f74be0
tree135c502dec6dcbe723304db33a67f54b2b929916
parent238def57fe7ba219c9e50094512fff1068ac5413
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c
commit-graph.h
upload-pack.c