Merge branch 'jk/ui-color-always-to-auto'
[gitweb.git] / builtin / tag.c
index 34efba5798e226f684906af74ebbc104e8401f39..695cb0778e2cad52d829030b00f91a4b230224e1 100644 (file)
@@ -411,6 +411,7 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
                },
                OPT_STRING(  0 , "format", &format.format, N_("format"),
                           N_("format to use for the output")),
+               OPT__COLOR(&format.use_color, N_("respect format colors")),
                OPT_BOOL('i', "ignore-case", &icase, N_("sorting and filtering are case insensitive")),
                OPT_END()
        };