X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=git.c;h=893bddd768674e7389864510f04655615233ebe3;hb=f462ebb48bf9126335671e878336e3faf3914802;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=69bcc43eca0f251617e3b5db5df632b24db94e92;p=git.git diff --git a/git.c b/git.c index aa2b814d..893bddd7 100644 --- a/git.c +++ b/git.c @@ -8,7 +8,6 @@ #include #include #include -#include #include "git-compat-util.h" #include "exec_cmd.h" @@ -47,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;