Merge branch 'jt/commit-graph-per-object-store'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:47 +0000 (15:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Aug 2018 22:30:47 +0000 (15:30 -0700)
The singleton commit-graph in-core instance is made per in-core
repository instance.

* jt/commit-graph-per-object-store:
commit-graph: add repo arg to graph readers
commit-graph: store graph in struct object_store
commit-graph: add free_commit_graph
commit-graph: add missing forward declaration
object-store: add missing include
commit-graph: refactor preparing commit graph

1  2 
Makefile
cache.h
commit.c
config.c
ref-filter.c
diff --cc Makefile
Simple merge
diff --cc cache.h
Simple merge
diff --cc commit.c
Simple merge
diff --cc config.c
Simple merge
diff --cc ref-filter.c
Simple merge