]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
Merge branch 'master' of github.com:vnwildman/git
[thirdparty/git.git] / commit-graph.h
index 486e64e591d476635c86e58518ccb3392c507e0c..7f5c933fa2d363eed8c91b8420073028754f1d01 100644 (file)
@@ -107,4 +107,10 @@ int verify_commit_graph(struct repository *r, struct commit_graph *g, int flags)
 void close_commit_graph(struct raw_object_store *);
 void free_commit_graph(struct commit_graph *);
 
+/*
+ * Disable further use of the commit graph in this process when parsing a
+ * "struct commit".
+ */
+void disable_commit_graph(struct repository *r);
+
 #endif