X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit-graph.h;h=7f5c933fa2d363eed8c91b8420073028754f1d01;hb=59b19bcd9ff8193c3197fb9e2f18ce85e4f86335;hp=486e64e591d476635c86e58518ccb3392c507e0c;hpb=f06fb376edd87a6c6d3d0fb8cd412d879646fbab;p=thirdparty%2Fgit.git diff --git a/commit-graph.h b/commit-graph.h index 486e64e591..7f5c933fa2 100644 --- a/commit-graph.h +++ b/commit-graph.h @@ -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