pack-objects: shrink size field in struct object_entry
[gitweb.git] / builtin / tag.c
index 86450bae0506b7ec75bd168566067010df0cb0a0..8cff6d0b727a572a34adcfe72246953b93c79edd 100644 (file)
@@ -398,7 +398,7 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
                        N_("how to strip spaces and #comments from message")),
                OPT_STRING('u', "local-user", &keyid, N_("key-id"),
                                        N_("use another key to sign the tag")),
-               OPT__FORCE(&force, N_("replace the tag if exists")),
+               OPT__FORCE(&force, N_("replace the tag if exists"), 0),
                OPT_BOOL(0, "create-reflog", &create_reflog, N_("create a reflog")),
 
                OPT_GROUP(N_("Tag listing options")),