diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-06 10:40:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-13 15:07:14 -0800 |
commit | 59332d13b2b23840452180368914921bffe9bfbc (patch) | |
tree | 7475946bd1729ac7ba341db27aff8cc916194d2f /git.c | |
parent | 717c3972dafa9d792a331b98a09d3cee88c17618 (diff) | |
download | git-59332d13b2b23840452180368914921bffe9bfbc.tar.gz |
Resurrect "git grep --no-index"
This reverts commit 3c8f6c8 (Revert 30816237 and 7e62265, 2010-02-05) as
the issue has been sorted out.
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,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, RUN_SETUP | USE_PAGER }, + { "grep", cmd_grep, USE_PAGER }, { "hash-object", cmd_hash_object }, { "help", cmd_help }, { "index-pack", cmd_index_pack }, |