summaryrefslogtreecommitdiff
path: root/commit-graph.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-09-17 20:53:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-09-17 20:53:58 (GMT)
commit06880cff3892185ae71839636e2d2c688413eccb (patch)
tree384648785a690c489a009f16d4c7d1e39901344d /commit-graph.h
parentb4583001b4387b454b5afffebb8b350fca291393 (diff)
parent859fdc0c3cf9ad8cdd5eacaa24aee481bc1e7bc1 (diff)
downloadgit-06880cff3892185ae71839636e2d2c688413eccb.zip
git-06880cff3892185ae71839636e2d2c688413eccb.tar.gz
git-06880cff3892185ae71839636e2d2c688413eccb.tar.bz2
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commit-graph.h b/commit-graph.h
index 698f09e..b050476 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);