Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pack-*.c: remove the_repository references
[gitweb.git]
/
builtin
/
pack-objects.c
diff --git
a/builtin/pack-objects.c
b/builtin/pack-objects.c
index 7812c2b1f32ef688b365de3b33e564a8bf502b49..8abfb69e2db06afd3eb4a3862e92b4f716f71ae5 100644
(file)
--- a/
builtin/pack-objects.c
+++ b/
builtin/pack-objects.c
@@
-3481,7
+3481,7
@@
int cmd_pack_objects(int argc, const char **argv, const char *prefix)
}
}
- prepare_packing_data(&to_pack);
+ prepare_packing_data(
the_repository,
&to_pack);
if (progress)
progress_state = start_progress(_("Enumerating objects"), 0);