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