Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t4000: make hash size independent
[gitweb.git]
/
t
/
helper
/
test-revision-walking.c
diff --git
a/t/helper/test-revision-walking.c
b/t/helper/test-revision-walking.c
index 4f8bc758213c47906d3dc1a4d4e02df2737c508d..625b2dbf8226fee261c52b3cf74f24187e0ca68e 100644
(file)
--- a/
t/helper/test-revision-walking.c
+++ b/
t/helper/test-revision-walking.c
@@
-32,7
+32,7
@@
static int run_revision_walk(void)
int argc = ARRAY_SIZE(argv) - 1;
int got_revision = 0;
-
init_revisions(
&rev, NULL);
+
repo_init_revisions(the_repository,
&rev, NULL);
setup_revisions(argc, argv, &rev, NULL);
if (prepare_revision_walk(&rev))
die("revision walk setup failed");