built-in diff.

This starts to replace the shell script version of "git diff".

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-04-28 23:20:52 -07:00
parent 89719209f4
commit 65056021f2
4 changed files with 335 additions and 1 deletions

1
git.c
View File

@ -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 },
{ "diffn", cmd_diff },
};
int i;