X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=7c9ca3fbed728d946e48c787720b3ab5ad575a85;hb=d3ff6f55012c939740ce0982b24aeb6fba3c6e4f;hp=c9de1677e903ead414e5133424b722bea907b4d9;hpb=885a86abe2e9f7b96a4e2012183c6751635840aa;p=git.git diff --git a/commit.h b/commit.h index c9de1677..7c9ca3fb 100644 --- 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;