diff options
Diffstat (limited to 'ui-blame.c')
-rw-r--r-- | ui-blame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-blame.c b/ui-blame.c index 6dc555f..c52cb9b 100644 --- a/ui-blame.c +++ b/ui-blame.c | |||
@@ -131,6 +131,7 @@ static void print_object(const struct object_id *oid, const char *path, | |||
131 | setup_revisions(rev_argv.argc, rev_argv.argv, &revs, NULL); | 131 | setup_revisions(rev_argv.argc, rev_argv.argv, &revs, NULL); |
132 | init_scoreboard(&sb); | 132 | init_scoreboard(&sb); |
133 | sb.revs = &revs; | 133 | sb.revs = &revs; |
134 | sb.repo = the_repository; | ||
134 | setup_scoreboard(&sb, path, &o); | 135 | setup_scoreboard(&sb, path, &o); |
135 | o->suspects = blame_entry_prepend(NULL, 0, sb.num_lines, o); | 136 | o->suspects = blame_entry_prepend(NULL, 0, sb.num_lines, o); |
136 | prio_queue_put(&sb.commits, o->commit); | 137 | prio_queue_put(&sb.commits, o->commit); |