summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 20b3d20)
raw | patch | inline | side by side (parent: 20b3d20)
author | Johan Herland <johan@herland.net> | |
Mon, 28 May 2007 23:21:25 +0000 (01:21 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 28 May 2007 23:51:55 +0000 (16:51 -0700) |
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
tag.c | patch | blob | history |
index 56a49f4fe1f705ee70bc5318a504c35d1bce963e..e11a4cdc497064f1aa5380fdfd3b8f020e44358b 100644 (file)
--- a/tag.c
+++ b/tag.c
if (!obj->type)
obj->type = OBJ_TAG;
if (obj->type != OBJ_TAG) {
- error("Object %s is a %s, not a tree",
+ error("Object %s is a %s, not a tag",
sha1_to_hex(sha1), typename(obj->type));
return NULL;
}