range-diff: indent the diffs just like tbdiff
[gitweb.git] / builtin / fast-export.c
index 7d6b1d8aea23d2f229953fc4ae23cc10f428711d..223499d7ca4616553c6a7029f6534634f2fa93a5 100644 (file)
@@ -963,7 +963,7 @@ static void import_marks(char *input_file)
                        /* only commits */
                        continue;
 
-               commit = lookup_commit(&oid);
+               commit = lookup_commit(the_repository, &oid);
                if (!commit)
                        die("not a commit? can't happen: %s", oid_to_hex(&oid));