X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git.c;h=265fa09d8d361ec0dab3626c846906f100cd6949;hb=31991b0260216d16f2e447e68bcabd9d9cce26ba;hp=99f036302a7e6d884369d1d3f4ce428e437cbccd;hpb=3919d40cfb23b2c763a4979c4a1512424adc8442;p=git.git diff --git a/git.c b/git.c index 99f036302..265fa09d8 100644 --- a/git.c +++ b/git.c @@ -329,7 +329,7 @@ static void handle_internal_command(int argc, const char **argv) { "fsck-objects", cmd_fsck, RUN_SETUP }, { "gc", cmd_gc, RUN_SETUP }, { "get-tar-commit-id", cmd_get_tar_commit_id }, - { "grep", cmd_grep, USE_PAGER }, + { "grep", cmd_grep }, { "hash-object", cmd_hash_object }, { "help", cmd_help }, { "index-pack", cmd_index_pack },