Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit-graph: add repo arg to graph readers
[gitweb.git]
/
ref-filter.c
diff --git
a/ref-filter.c
b/ref-filter.c
index 49021ee4467de5a3f12845ab47507a6222cd07ae..9b2da883926dcee0210b5fd0b0051ee84f9adadb 100644
(file)
--- a/
ref-filter.c
+++ b/
ref-filter.c
@@
-1713,7
+1713,7
@@
static enum contains_result contains_tag_algo(struct commit *candidate,
for (p = want; p; p = p->next) {
struct commit *c = p->item;
- load_commit_graph_info(c);
+ load_commit_graph_info(
the_repository,
c);
if (c->generation < cutoff)
cutoff = c->generation;
}