summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7765660)
raw | patch | inline | side by side (parent: 7765660)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 7 Jul 2005 22:12:20 +0000 (15:12 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Thu, 7 Jul 2005 22:54:57 +0000 (15:54 -0700) |
The current error message does not make any sense.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
pack-check.c | patch | blob | history |
diff --git a/pack-check.c b/pack-check.c
index 916257f418717157c9044155423ae21e425c733c..054b0131e9756f8bb98556a62179c2f1c232e2e5 100644 (file)
--- a/pack-check.c
+++ b/pack-check.c
continue;
}
if (check_sha1_signature(sha1, data, size, type)) {
- err = error("cannot packed %s from %s corrupt",
+ err = error("packed %s from %s is corrupt",
sha1_to_hex(sha1), p->pack_name);
free(data);
continue;