Merge branch 'jk/commit-info-slab'
[gitweb.git] / commit.h
index 6e9c7cd9d5da7d24d4810b36039681f184325932..350472114b6ddd3bad40a91c7acfb0629ece14a7 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -15,7 +15,7 @@ struct commit_list {
 struct commit {
        struct object object;
        void *util;
-       unsigned int indegree;
+       unsigned int index;
        unsigned long date;
        struct commit_list *parents;
        struct tree *tree;