Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit: allow prepare_commit_graft to handle arbitrary repositories
[gitweb.git]
/
object.h
diff --git
a/object.h
b/object.h
index a314331acafd55d89126c94fb938f03e5d69fa5c..4af499ab03ef4af5db37d05922a8257651f99351 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-20,6
+20,8
@@
struct parsed_object_pool {
int is_shallow;
struct stat_validity *shallow_stat;
char *alternate_shallow_file;
+
+ int commit_graft_prepared;
};
struct parsed_object_pool *parsed_object_pool_new(void);