make git status act similar to git log and git diff by presenting long
output in a pager.
Signed-off-by: Bart Trojanowski <bart@jukie.net>
---
git.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git.c b/git.c
index c4e4644..89b431f 100644
--- a/git.c
+++ b/git.c
@@ -347,7 +347,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 },
+ { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE | USE_PAGER },
{ "stripspace", cmd_stripspace },
{ "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
{ "tag", cmd_tag, RUN_SETUP },
--
1.5.5.1.80.g0f8afae
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
| Frank Ch. Eigler | Re: kgdb in git-x86#mm review |
| Lev A. Melnikovsky | ehci-hcd affects hda speed |
| Ingo Molnar | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| AndrewL733 | NMI error and Intel S5000PSL Motherboards |
git: | |
| Sven Verdoolaege | Re: repo.or.cz wishes? |
| Junio C Hamano | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| Steffen Prohaska | Re: New features in gitk |
| Deskin Miller | Re: multiple-commit cherry-pick? |
| frantisek holop | (open)smtpd, the mystery smtpd daemon |
| Richard Stallman | Real men don't attack straw men |
| Nick Guenther | Re: When will OpenBSD support UTF8? |
| Kevin Neff | Patching a SSH 'Weakness' |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Arthur Recktenwald | rcmd: socket: Permission denied |
| David Fox | Mule: Chinese/Japanese/English/Thai version of x11emacs-18.58 |
| Framstag | ftp-error: bind: Address already in use? |
