X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git.c;h=ff9b87abbce78b639596bbf3f02b11a34174346b;hb=65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40;hp=aa2b814d9340839e587e39f45a2751c7eb0e1499;hpb=c6df547a415e4e34165df3d4af40f3eb2cb1cf4f;p=git.git diff --git a/git.c b/git.c index aa2b814d..ff9b87ab 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 }, + { "diffn", cmd_diff }, }; int i;