diff options
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +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 }, + { "diff", cmd_diff }, { "push", cmd_push }, { "grep", cmd_grep }, }; |