diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:58 -0700 |
commit | 06880cff3892185ae71839636e2d2c688413eccb (patch) | |
tree | 384648785a690c489a009f16d4c7d1e39901344d /commit-graph.h | |
parent | b4583001b4387b454b5afffebb8b350fca291393 (diff) | |
parent | 859fdc0c3cf9ad8cdd5eacaa24aee481bc1e7bc1 (diff) | |
download | git-06880cff3892185ae71839636e2d2c688413eccb.tar.gz |
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
Diffstat (limited to 'commit-graph.h')
-rw-r--r-- | commit-graph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commit-graph.h b/commit-graph.h index 698f09e2bc..b050476765 100644 --- a/commit-graph.h +++ b/commit-graph.h @@ -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); |