summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e57c817)
raw | patch | inline | side by side (parent: e57c817)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 22 Jul 2008 02:41:17 +0000 (19:41 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 22 Jul 2008 02:41:17 +0000 (19:41 -0700) |
This reverts commit c8af1de9cfa0a5678ae766777e0f905e60b69fda.
The change was immensely unpopular, and poeple who would really want to
page can use pager.status configuration.
The change was immensely unpopular, and poeple who would really want to
page can use pager.status configuration.
git.c | patch | blob | history |
index 74ea0e6cc52f627df1bf018770aec67584325ab5..1bfd271a711dc8b416fee8e4a8f0bfab3c52df3c 100644 (file)
--- a/git.c
+++ b/git.c
{ "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 },