aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-21 02:48:21 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-21 02:48:21 -0700
commit685637381a967cd7388495f97b12b7cf177abbb4 (patch)
tree4ba8e08dc9e0dde8837b7eb523879c079c3aebc8 /git.c
parent698ce6f87e0d6db380f7306e190e8586da184577 (diff)
downloadgit-685637381a967cd7388495f97b12b7cf177abbb4.tar.gz
git-685637381a967cd7388495f97b12b7cf177abbb4.tar.xz
git-format-patch: now built-in.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index f4dff02bd..ff498e674 100644
--- a/git.c
+++ b/git.c
@@ -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 },