Skip to content

Commit 1076232

Browse files
committed
Revert "make git-status use a pager"
This reverts commit c8af1de. The change was immensely unpopular, and poeple who would really want to page can use pager.status configuration.
1 parent e57c817 commit 1076232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ static void handle_internal_command(int argc, const char **argv)
341341
{ "shortlog", cmd_shortlog, USE_PAGER },
342342
{ "show-branch", cmd_show_branch, RUN_SETUP },
343343
{ "show", cmd_show, RUN_SETUP | USE_PAGER },
344-
{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE | USE_PAGER },
344+
{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
345345
{ "stripspace", cmd_stripspace },
346346
{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
347347
{ "tag", cmd_tag, RUN_SETUP },

0 commit comments

Comments
 (0)