We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc00a4 commit 363df55Copy full SHA for 363df55
line-log.c
@@ -479,7 +479,7 @@ static struct commit *check_single_commit(struct rev_info *revs)
479
struct object *obj = revs->pending.objects[i].item;
480
if (obj->flags & UNINTERESTING)
481
continue;
482
- obj = deref_tag(the_repository, obj, NULL, 0);
+ obj = deref_tag(revs->repo, obj, NULL, 0);
483
if (obj->type != OBJ_COMMIT)
484
die("Non commit %s?", revs->pending.objects[i].name);
485
if (commit)
0 commit comments