]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
submodule: make zero-oid comparison hash function agnostic
[thirdparty/git.git] / commit-graph.h
index 698f09e2bc876cf9ccfed04022827dc1fdd9bfbd..b05047676514e4d031ac90de50510eb33a4b6db6 100644 (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);