diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-29 10:33:16 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-29 10:33:16 +0200 |
commit | a0c5081a78bef2167d9663fe0847b757a6a797f5 (patch) | |
tree | 0ab7a492faa0ddbfffe588c7bdcfe26e81f3a475 /git.c | |
parent | Merge branch 'np/delta' into next (diff) | |
parent | built-in diff: assorted updates. (diff) | |
download | git-a0c5081a78bef2167d9663fe0847b757a6a797f5.tar.xz git-a0c5081a78bef2167d9663fe0847b757a6a797f5.zip |
Merge branch 'jc/diff' into next
* jc/diff:
built-in diff: assorted updates.
built-in diff.
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "show", cmd_show }, { "fmt-patch", cmd_format_patch }, { "count-objects", cmd_count_objects }, + { "diffn", cmd_diff }, }; int i; |