X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit.c;h=26ce0770f688eb94d5be5975d756752dbc0337a8;hb=414784d016befef08743d28017aea75f5d600264;hp=8fa1883c61c580578a755cdf2da009203d8d386e;hpb=1294160b27d1c673e4ae8b47eba359a8266a623d;p=thirdparty%2Fgit.git diff --git a/commit.c b/commit.c index 8fa1883c61..26ce0770f6 100644 --- a/commit.c +++ b/commit.c @@ -449,7 +449,7 @@ int parse_commit_buffer(struct repository *r, struct commit *item, const void *b item->date = parse_commit_date(bufptr, tail); if (check_graph) - load_commit_graph_info(the_repository, item); + load_commit_graph_info(r, item); return 0; }