projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b22f63
)
git grep: use pager
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Mon, 19 Feb 2007 14:56:04 +0000
(15:56 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 21 Feb 2007 06:44:35 +0000
(22:44 -0800)
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c
patch
|
blob
|
history
diff --git
a/git.c
b/git.c
index 1fad852064592541a33cf8666f3eaca8c1b21b36..83f3d90ee35418976baea4f032c13aed0ec9e664 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-247,7
+247,7
@@
static void handle_internal_command(int argc, const char **argv, char **envp)
{ "fsck", cmd_fsck, RUN_SETUP },
{ "fsck-objects", cmd_fsck, RUN_SETUP },
{ "get-tar-commit-id", cmd_get_tar_commit_id },
- { "grep", cmd_grep, RUN_SETUP },
+ { "grep", cmd_grep, RUN_SETUP
| USE_PAGER
},
{ "help", cmd_help },
{ "init", cmd_init_db },
{ "init-db", cmd_init_db },