X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=commit.h;h=7c9ca3fbed728d946e48c787720b3ab5ad575a85;hb=d3ff6f55012c939740ce0982b24aeb6fba3c6e4f;hp=c9de1677e903ead414e5133424b722bea907b4d9;hpb=d177e584255aad351bbbff14aba8e73afc008c75;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;