Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 4fb6bd7b3dd39dadbbb2eb3bfb8a8c3dc96e8484..7b1be85e48b67f2a2eb075f6d8366246c7938646 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-332,7
+332,7
@@
static void create_tag(const unsigned char *object, const char *tag,
sha1_to_hex(object),
typename(type),
tag,
- git_committer_info(IDENT_
ERROR_ON_NO_NAME
));
+ git_committer_info(IDENT_
STRICT
));
if (header_len > sizeof(header_buf) - 1)
die(_("tag header too big."));