Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit-graph: fix the_repository reference
[gitweb.git]
/
commit.c
diff --git
a/commit.c
b/commit.c
index a5333c7ac6c373a13f9298b36be5ff94a90a3e3f..e4d1233226a1f633504056e1e77cc21a3fec2932 100644
(file)
--- a/
commit.c
+++ b/
commit.c
@@
-443,7
+443,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;
}