public
Description: GitHub mirror of the publicly available git repo, updated hourly. It's here so we can use the collaboration tools of GitHub. Updates ONLY from git public repo. If you want changes pulled, contact the git team, not me.
Clone URL: git://github.com/gitmirror/git.git
Search Repo:
make git-status use a pager

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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bartman (author)
Wed Apr 23 17:57:48 -0700 2008
Junio C Hamano (committer)
Tue Apr 29 23:11:57 -0700 2008
commit  c8af1de9cfa0a5678ae766777e0f905e60b69fda
tree    38e08d27aee360ec646ccf8636c358851827a87a
parent  68951af30c2ac7f74f0d794a8674ac320a84250a
0
...
347
348
349
350
 
351
352
353
...
347
348
349
 
350
351
352
353
0
@@ -347,7 +347,7 @@
0
     { "shortlog", cmd_shortlog, USE_PAGER },
0
     { "show-branch", cmd_show_branch, RUN_SETUP },
0
     { "show", cmd_show, RUN_SETUP | USE_PAGER },
0
-    { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },
0
+    { "status", cmd_status, RUN_SETUP | NEED_WORK_TREE | USE_PAGER },
0
     { "stripspace", cmd_stripspace },
0
     { "symbolic-ref", cmd_symbolic_ref, RUN_SETUP },
0
     { "tag", cmd_tag, RUN_SETUP },

Comments

    No one has commented yet.