Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
list-objects: refactor to process_tree_contents
[gitweb.git]
/
builtin
/
fast-export.c
diff --git
a/builtin/fast-export.c
b/builtin/fast-export.c
index 7d6b1d8aea23d2f229953fc4ae23cc10f428711d..223499d7ca4616553c6a7029f6534634f2fa93a5 100644
(file)
--- a/
builtin/fast-export.c
+++ b/
builtin/fast-export.c
@@
-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));