We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57c817 commit 1076232Copy full SHA for 1076232
git.c
@@ -341,7 +341,7 @@ static void handle_internal_command(int argc, const char **argv)
341
{ "shortlog", cmd_shortlog, USE_PAGER },
342
{ "show-branch", cmd_show_branch, RUN_SETUP },
343
{ "show", cmd_show, RUN_SETUP | USE_PAGER },
344
- { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE | USE_PAGER },
+ { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
345
{ "stripspace", cmd_stripspace },
346
{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
347
{ "tag", cmd_tag, RUN_SETUP },
0 commit comments