Merge branch 'jc/grep' into next

* jc/grep:
  built-in "git grep"
This commit is contained in:
Junio C Hamano
2006-05-01 01:54:02 -07:00
4 changed files with 457 additions and 2 deletions

1
git.c
View File

@ -50,6 +50,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "count-objects", cmd_count_objects },
{ "diffn", cmd_diff },
{ "push", cmd_push },
{ "grep", cmd_grep },
};
int i;