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