diff options
| -rw-r--r-- | ui-blame.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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); | 
