Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Use gzip -f when building the git-core tarball
[gitweb.git]
/
pack-check.c
diff --git
a/pack-check.c
b/pack-check.c
index 916257f418717157c9044155423ae21e425c733c..054b0131e9756f8bb98556a62179c2f1c232e2e5 100644
(file)
--- a/
pack-check.c
+++ b/
pack-check.c
@@
-58,7
+58,7
@@
static int verify_packfile(struct packed_git *p)
continue;
}
if (check_sha1_signature(sha1, data, size, type)) {
- err = error("
cannot packed %s from %
s corrupt",
+ err = error("
packed %s from %s i
s corrupt",
sha1_to_hex(sha1), p->pack_name);
free(data);
continue;