From: Junio C Hamano Date: Thu, 20 Apr 2006 19:45:02 +0000 (-0700) Subject: rename internal format-patch wip X-Git-Tag: v1.4.0-rc1~76^2~14 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=43885c2a557871aedcbb1a412fc18e98c3dd1dc4;p=git.git rename internal format-patch wip Otherwise "git format-patch" would invoke unfinished internal one that does only --stdout Signed-off-by: Junio C Hamano --- diff --git a/git.c b/git.c index 0c40773a..d5aa41df 100644 --- a/git.c +++ b/git.c @@ -385,7 +385,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "log", cmd_log }, { "whatchanged", cmd_wc }, { "show", cmd_show }, - { "format-patch", cmd_format_patch }, + { "fmt-patch", cmd_format_patch }, }; int i;