rename internal format-patch wip
authorJunio C Hamano <junkio@cox.net>
Thu, 20 Apr 2006 19:45:02 +0000 (12:45 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 20 Apr 2006 19:45:02 +0000 (12:45 -0700)
Otherwise "git format-patch" would invoke unfinished internal one that
does only --stdout

Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c

diff --git a/git.c b/git.c
index 0c40773..d5aa41d 100644 (file)
--- 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;