Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
for_each_*_object: take flag arguments as enum
[gitweb.git]
/
object-store.h
diff --git
a/object-store.h
b/object-store.h
index 0e13543babf4f8221d09e4d1417fdc238c0bcf14..e481f7ad41bd876df3fb98f1578c38f55fc288e5 100644
(file)
--- a/
object-store.h
+++ b/
object-store.h
@@
-106,6
+106,9
@@
struct raw_object_store {
*/
struct oidmap *replace_map;
+ struct commit_graph *commit_graph;
+ unsigned commit_graph_attempted : 1; /* if loading has been attempted */
+
/*
* private data
*