]> git.ipfire.org Git - thirdparty/git.git/blobdiff - commit-graph.h
commit-graph: allow cross-alternate chains
[thirdparty/git.git] / commit-graph.h
index c321834533eb52b83cb5a898244cd3ca0f097576..802d35254f3cc82458544e2450060b75e444e590 100644 (file)
@@ -48,6 +48,7 @@ struct commit_graph {
        uint32_t num_commits;
        struct object_id oid;
        char *filename;
+       const char *obj_dir;
 
        uint32_t num_commits_in_base;
        struct commit_graph *base_graph;