aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-28 23:20:52 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-28 23:20:52 -0700
commit65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40 (patch)
tree892edb420301e82711333ecebbcbdfcc8c94af41 /git.c
parent89719209f48fe7d9694710795b1ec1d5fd7ebfc0 (diff)
downloadgit-65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40.tar.gz
git-65056021f2d2dcb7a72f05c5d6cbbd79a79b9d40.tar.xz
built-in diff.
This starts to replace the shell script version of "git diff". Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 01b7e28b8..ff9b87abb 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 },
+ { "diffn", cmd_diff },
};
int i;