Merge branch 'ds/commit-graph-tests'

We can now optionally run tests with commit-graph enabled.

* ds/commit-graph-tests:
  commit-graph: define GIT_TEST_COMMIT_GRAPH
This commit is contained in:
Junio C Hamano
2018-09-17 13:53:58 -07:00
8 changed files with 22 additions and 12 deletions

View File

@ -6,6 +6,8 @@
#include "string-list.h"
#include "cache.h"
#define GIT_TEST_COMMIT_GRAPH "GIT_TEST_COMMIT_GRAPH"
struct commit;
char *get_commit_graph_filename(const char *obj_dir);