Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Typofix an error message in pack-check.c
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>
pack-check.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
7765660
)
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)) {
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;
sha1_to_hex(sha1), p->pack_name);
free(data);
continue;