Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
read-cache: rename 'new' variables
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index a7e6a5b0f234a95fb45a71d7e9aa7f0baa2b47f8..7e0881fba94f6cf399e355320707d80987bade09 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-220,7
+220,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));