From 43885c2a557871aedcbb1a412fc18e98c3dd1dc4 Mon Sep 17 00:00:00 2001
From: Junio C Hamano <junkio@cox.net>
Date: Thu, 20 Apr 2006 12:45:02 -0700
Subject: [PATCH] rename internal format-patch wip

Otherwise "git format-patch" would invoke unfinished internal one that
does only --stdout

Signed-off-by: Junio C Hamano <junkio@cox.net>
---
 git.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git.c b/git.c
index 0c40773a87..d5aa41df92 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;