[PATCH] Modify git-rev-list to linearise the commit history in merge order.
[git.git] / object.h
index 464bb0a..cde8471 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;