Skip to content

Commit

Permalink
Revert "make git-status use a pager"
Browse files Browse the repository at this point in the history
This reverts commit c8af1de.

The change was immensely unpopular, and poeple who would really want to
page can use pager.status configuration.
  • Loading branch information
Junio C Hamano committed Jul 22, 2008
1 parent e57c817 commit 1076232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "shortlog", cmd_shortlog, USE_PAGER },
{ "show-branch", cmd_show_branch, RUN_SETUP },
{ "show", cmd_show, RUN_SETUP | USE_PAGER },
{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE | USE_PAGER },
{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
{ "stripspace", cmd_stripspace },
{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
{ "tag", cmd_tag, RUN_SETUP },
Expand Down

0 comments on commit 1076232

Please sign in to comment.