aboutsummaryrefslogtreecommitdiffstats
path: root/ui-blame.c
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-03-30 19:59:13 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-03-30 19:59:13 +0300
commitccd0d09e29ed887a848bd6d79bddfc218be8ecd7 (patch)
treeba16c428ffedb167752eeda3ad9c90089baa631e /ui-blame.c
parentd366ec1e1e796937387208ef8c26097e5ff44ae9 (diff)
parentbd6f5683f6cde4212364354b3139c1d521f40f39 (diff)
downloadcgit-ccd0d09e29ed887a848bd6d79bddfc218be8ecd7.tar.gz
cgit-ccd0d09e29ed887a848bd6d79bddfc218be8ecd7.zip
Merge remote-tracking branch 'upstream/master' into git.aaoth.xyz
Diffstat (limited to 'ui-blame.c')
-rw-r--r--ui-blame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-blame.c b/ui-blame.c
index cfab7fb..ec1d888 100644
--- a/ui-blame.c
+++ b/ui-blame.c
@@ -132,7 +132,8 @@ static void print_object(const struct object_id *oid, const char *path,
init_scoreboard(&sb);
sb.revs = &revs;
sb.repo = the_repository;
- setup_scoreboard(&sb, path, &o);
+ sb.path = path;
+ setup_scoreboard(&sb, &o);
o->suspects = blame_entry_prepend(NULL, 0, sb.num_lines, o);
prio_queue_put(&sb.commits, o->commit);
blame_origin_decref(o);