/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit: allow prepare_commit_graft to handle arbitrary repositories
[git/git.git]
/
object.h
diff --git
a/object.h
b/object.h
index
a314331
..
4af499a
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);