Merge branch 'mf/no-dashed-subcommands' into next
[gitweb.git] / builtin / tag.c
index e8a30e6110f9782d72a4fd2592bd82af9842ef19..c627794181f55d293719e5369d74bb9b598f5450 100644 (file)
@@ -440,6 +440,9 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
                        cmdmode = 'l';
        }
 
+       if (cmdmode == 'l')
+               setup_auto_pager("tag", 1);
+
        if ((create_tag_object || force) && (cmdmode != 0))
                usage_with_options(git_tag_usage, options);