Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
completion: keep other config var completion in camelCase
[gitweb.git]
/
builtin
/
fast-export.c
diff --git
a/builtin/fast-export.c
b/builtin/fast-export.c
index ea776e602a9ec72648e48a749e45bed339e482ab..68a762fbeaa1363d6b0d709f1500b1925796a711 100644
(file)
--- a/
builtin/fast-export.c
+++ b/
builtin/fast-export.c
@@
-950,7
+950,7
@@
static void import_marks(char *input_file)
if (last_idnum < mark)
last_idnum = mark;
- type = oid_object_info(&oid, NULL);
+ type = oid_object_info(
the_repository,
&oid, NULL);
if (type < 0)
die("object not found: %s", oid_to_hex(&oid));