Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
vcs-svn: let deltas use data from postimage
[gitweb.git]
/
pack-check.c
diff --git
a/pack-check.c
b/pack-check.c
index 395fb9527a3bc6dd8ca648233911a1c35604440d..9d0cb9a114cb3e5b0a4a4a132b9289ef18d8ae21 100644
(file)
--- a/
pack-check.c
+++ b/
pack-check.c
@@
-77,7
+77,7
@@
static int verify_packfile(struct packed_git *p,
err = error("%s SHA1 checksum mismatch",
p->pack_name);
if (hashcmp(index_base + index_size - 40, pack_sig))
- err = error("%s SHA1 does not match its ind
d
ex",
+ err = error("%s SHA1 does not match its index",
p->pack_name);
unuse_pack(w_curs);