about summary refs log tree commit
path: root/ui-blame.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-blame.c')
-rw-r--r--ui-blame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-blame.c b/ui-blame.c
index 50d0580..6dc555f 100644
--- a/ui-blame.c
+++ b/ui-blame.c
@@ -278,7 +278,7 @@ void cgit_print_blame(void)
                         "Invalid revision name: %s", rev);
                 return;
         }
-        commit = lookup_commit_reference(&oid);
+        commit = lookup_commit_reference(the_repository, &oid);
         if (!commit || parse_commit(commit)) {
                 cgit_print_error_page(404, "Not found",
                         "Invalid commit reference: %s", rev);