diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-21 02:48:21 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-21 02:48:21 -0700 |
commit | 685637381a967cd7388495f97b12b7cf177abbb4 (patch) | |
tree | 4ba8e08dc9e0dde8837b7eb523879c079c3aebc8 /git.c | |
parent | 698ce6f87e0d6db380f7306e190e8586da184577 (diff) | |
download | git-685637381a967cd7388495f97b12b7cf177abbb4.tar.gz |
git-format-patch: now built-in.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "whatchanged", cmd_whatchanged }, { "show", cmd_show }, { "push", cmd_push }, - { "fmt-patch", cmd_format_patch }, + { "format-patch", cmd_format_patch }, { "count-objects", cmd_count_objects }, { "diff", cmd_diff }, { "grep", cmd_grep }, |