Merge branch 'jc/fmt-patch' into next
authorJunio C Hamano <junkio@cox.net>
Thu, 20 Apr 2006 19:45:16 +0000 (12:45 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 20 Apr 2006 19:45:16 +0000 (12:45 -0700)
* jc/fmt-patch:
rename internal format-patch wip

git.c
diff --git a/git.c b/git.c
index 447d86cd571bcc06b06c64a8713c7dd3c3e1a4f5..c20ae45bb77c840eec3cba4b90269930b0c96ccb 100644 (file)
--- a/git.c
+++ b/git.c
@@ -383,7 +383,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;