unsigned int index;
timestamp_t date;
struct commit_list *parents;
+
+ /*
+ * If the commit is loaded from the commit-graph file, then this
+ * member may be NULL. Only access it through get_commit_tree()
+ * or get_commit_tree_oid().
+ */
struct tree *maybe_tree;
uint32_t graph_pos;
};