@@ -337,7 +337,7 @@ static void handle_internal_command(int argc, const char **argv)
337337 { "index-pack" , cmd_index_pack },
338338 { "init" , cmd_init_db },
339339 { "init-db" , cmd_init_db },
340- { "log" , cmd_log , RUN_SETUP | USE_PAGER },
340+ { "log" , cmd_log , RUN_SETUP },
341341 { "ls-files" , cmd_ls_files , RUN_SETUP },
342342 { "ls-tree" , cmd_ls_tree , RUN_SETUP },
343343 { "ls-remote" , cmd_ls_remote },
@@ -381,7 +381,7 @@ static void handle_internal_command(int argc, const char **argv)
381381 { "send-pack" , cmd_send_pack , RUN_SETUP },
382382 { "shortlog" , cmd_shortlog , USE_PAGER },
383383 { "show-branch" , cmd_show_branch , RUN_SETUP },
384- { "show" , cmd_show , RUN_SETUP | USE_PAGER },
384+ { "show" , cmd_show , RUN_SETUP },
385385 { "status" , cmd_status , RUN_SETUP | NEED_WORK_TREE },
386386 { "stripspace" , cmd_stripspace },
387387 { "symbolic-ref" , cmd_symbolic_ref , RUN_SETUP },
@@ -396,7 +396,7 @@ static void handle_internal_command(int argc, const char **argv)
396396 { "var" , cmd_var },
397397 { "verify-tag" , cmd_verify_tag , RUN_SETUP },
398398 { "version" , cmd_version },
399- { "whatchanged" , cmd_whatchanged , RUN_SETUP | USE_PAGER },
399+ { "whatchanged" , cmd_whatchanged , RUN_SETUP },
400400 { "write-tree" , cmd_write_tree , RUN_SETUP },
401401 { "verify-pack" , cmd_verify_pack },
402402 { "show-ref" , cmd_show_ref , RUN_SETUP },
0 commit comments