Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-09-17 23:53:58 +0300
committerJunio C Hamano <gitster@pobox.com>2018-09-17 23:53:58 +0300
commit06880cff3892185ae71839636e2d2c688413eccb (patch)
tree384648785a690c489a009f16d4c7d1e39901344d /commit-graph.h
parentb4583001b4387b454b5afffebb8b350fca291393 (diff)
parent859fdc0c3cf9ad8cdd5eacaa24aee481bc1e7bc1 (diff)
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 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);