Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7502: rename commit test script to comply with naming convention
[gitweb.git]
/
builtin
/
pack-objects.c
diff --git
a/builtin/pack-objects.c
b/builtin/pack-objects.c
index c6370f2716a7d5a9f78ea6e6627a87b40ab32cc9..b059b86aee68ceb63e06bc0d8e9ec680686e6bd4 100644
(file)
--- a/
builtin/pack-objects.c
+++ b/
builtin/pack-objects.c
@@
-3106,7
+3106,7
@@
static void get_object_list(int ac, const char **av)
char line[1000];
int flags = 0;
-
init_revisions(
&revs, NULL);
+
repo_init_revisions(the_repository,
&revs, NULL);
save_commit_buffer = 0;
setup_revisions(ac, av, &revs, NULL);