summaryrefslogtreecommitdiff
path: root/blame.h
diff options
context:
space:
mode:
Diffstat (limited to 'blame.h')
-rw-r--r--blame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blame.h b/blame.h
index 9b5240f..be3a895 100644
--- a/blame.h
+++ b/blame.h
@@ -102,6 +102,7 @@ struct blame_scoreboard {
struct commit *final;
/* Priority queue for commits with unassigned blame records */
struct prio_queue commits;
+ struct repository *repo;
struct rev_info *revs;
const char *path;