projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7765660
)
[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
diff --git
a/pack-check.c
b/pack-check.c
index
916257f
..
054b013
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;