Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refspec: convert valid_fetch_refspec to use parse_refspec
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index 13c0a8048ece6bc21a5326f290432601b9f65486..087360a6757c607c4b38cce5fafad3bbb0822fc0 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-735,8
+735,6
@@
int cmd_fsck(int argc, const char **argv, const char *prefix)
uint32_t total = 0, count = 0;
struct progress *progress = NULL;
- prepare_packed_git();
-
if (show_progress) {
for (p = get_packed_git(the_repository); p;
p = p->next) {