Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
commit-reach.c: allow merge_bases_many to handle any repo
[gitweb.git]
/
builtin
/
fast-export.c
diff --git
a/builtin/fast-export.c
b/builtin/fast-export.c
index 74f3bf5c96974a5f76c8b50c26915b582e780bb7..456797c12a41a468a0b6dd25153403f6cfd7bb2f 100644
(file)
--- a/
builtin/fast-export.c
+++ b/
builtin/fast-export.c
@@
-1033,7
+1033,7
@@
int cmd_fast_export(int argc, const char **argv, const char *prefix)
/* we handle encodings */
git_config(git_default_config, NULL);
-
init_revisions(
&revs, prefix);
+
repo_init_revisions(the_repository,
&revs, prefix);
init_revision_sources(&revision_sources);
revs.topo_order = 1;
revs.sources = &revision_sources;