]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
hashmap_add takes "struct hashmap_entry *"
[thirdparty/git.git] / commit-graph.h
index ae4db87fb5e6dcaac185ae43204fad7dc90a55bd..486e64e591d476635c86e58518ccb3392c507e0c 100644 (file)
@@ -74,7 +74,9 @@ int generation_numbers_enabled(struct repository *r);
 enum commit_graph_write_flags {
        COMMIT_GRAPH_WRITE_APPEND     = (1 << 0),
        COMMIT_GRAPH_WRITE_PROGRESS   = (1 << 1),
-       COMMIT_GRAPH_WRITE_SPLIT      = (1 << 2)
+       COMMIT_GRAPH_WRITE_SPLIT      = (1 << 2),
+       /* Make sure that each OID in the input is a valid commit OID. */
+       COMMIT_GRAPH_WRITE_CHECK_OIDS = (1 << 3)
 };
 
 struct split_commit_graph_opts {