Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/xdiff-no-system-includes-in-dot-c' into maint
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index 8fa1883c61c580578a755cdf2da009203d8d386e..26ce0770f688eb94d5be5975d756752dbc0337a8 100644
(file)
--- 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;
}