diff options
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; |