Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] diff: consolidate test helper script pieces.
[gitweb.git]
/
object.h
diff --git
a/object.h
b/object.h
index 09700d376077b2d6136620faf6efb77ee679deeb..464bb0a292c11515ecb074de37daa7fa5536d8e5 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-9,10
+9,12
@@
struct object_list {
struct object {
unsigned parsed : 1;
unsigned used : 1;
+ unsigned delta : 1;
unsigned int flags;
unsigned char sha1[20];
const char *type;
struct object_list *refs;
+ struct object_list *attached_deltas;
};
extern int nr_objs;