X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git.c;h=893bddd768674e7389864510f04655615233ebe3;hb=b8d0f5a00313bc5fb173f77c9a91a94f94a5aa1b;hp=01b7e28b8c459c677a340f195a969a67a6d21792;hpb=bd346f105dc6f343eb577e4b25dbc1fa098cff33;p=git.git diff --git a/git.c b/git.c index 01b7e28b..893bddd7 100644 --- a/git.c +++ b/git.c @@ -46,6 +46,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "log", cmd_log }, { "whatchanged", cmd_whatchanged }, { "show", cmd_show }, + { "grep", cmd_grep }, }; int i;