Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Document git-ssh-pull and git-ssh-push
[gitweb.git]
/
object.h
diff --git
a/object.h
b/object.h
index 464bb0a292c11515ecb074de37daa7fa5536d8e5..cde8471b56eb351152c3532a2f669208b3eb13bb 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-15,6
+15,7
@@
struct object {
const char *type;
struct object_list *refs;
struct object_list *attached_deltas;
+ void *util;
};
extern int nr_objs;