diff options
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "push", cmd_push }, { "count-objects", cmd_count_objects }, { "diff", cmd_diff }, + { "grep", cmd_grep }, }; int i; |