Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
packfile: add repository argument to prepare_packed_git
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index 3ef25fab9712a12edd70700b941dd62203de9d4a..d40a82b7024e1bb4eac218aae81afee137b1dfa3 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-729,7
+729,7
@@
int cmd_fsck(int argc, const char **argv, const char *prefix)
uint32_t total = 0, count = 0;
struct progress *progress = NULL;
- prepare_packed_git();
+ prepare_packed_git(
the_repository
);
if (show_progress) {
for (p = get_packed_git(the_repository); p;