]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
The sixth batch
[thirdparty/git.git] / commit-graph.h
index 4212766a4f0507f52fb5d4f42edbf1b977fc5cae..3ba0da1e5f4738823670ba560a34e156946b1b8a 100644 (file)
@@ -91,9 +91,7 @@ enum commit_graph_write_flags {
        COMMIT_GRAPH_WRITE_APPEND     = (1 << 0),
        COMMIT_GRAPH_WRITE_PROGRESS   = (1 << 1),
        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),
-       COMMIT_GRAPH_WRITE_BLOOM_FILTERS = (1 << 4),
+       COMMIT_GRAPH_WRITE_BLOOM_FILTERS = (1 << 3),
 };
 
 enum commit_graph_split_flags {