]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/tag.c
tag: change default of `pager.tag` to "on"
[thirdparty/git.git] / builtin / tag.c
index 5ad1af2524feb76c5163b21b4a5f9b3f3eb26ba7..ea83df5e13eac3a2f9c71dd187af8b405e742a48 100644 (file)
@@ -462,7 +462,7 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
        }
 
        if (cmdmode == 'l')
-               setup_auto_pager("tag", 0);
+               setup_auto_pager("tag", 1);
 
        if ((create_tag_object || force) && (cmdmode != 0))
                usage_with_options(git_tag_usage, options);