Move "void *util" from "struct object" into "struct commit"
[git.git] / commit.h
index c9de167..7c9ca3f 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -11,6 +11,7 @@ struct commit_list {
 
 struct commit {
        struct object object;
+       void *util;
        unsigned long date;
        struct commit_list *parents;
        struct tree *tree;