Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/smart-http-protocol-doc-fix'
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 26f8d5136528bb5e92e1f3b78bde7a37f4188f1e..8c493a569f75825133f611abc17ed267d2b1e08c 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-221,7
+221,7
@@
static void create_tag(const struct object_id *object, const char *tag,
"tag %s\n"
"tagger %s\n\n",
oid_to_hex(object),
- typename(type),
+ type
_
name(type),
tag,
git_committer_info(IDENT_STRICT));