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>
This commit is contained in:
parent
4c4b158b8f
commit
43885c2a55
2
git.c
2
git.c
@ -385,7 +385,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
|
|||||||
{ "log", cmd_log },
|
{ "log", cmd_log },
|
||||||
{ "whatchanged", cmd_wc },
|
{ "whatchanged", cmd_wc },
|
||||||
{ "show", cmd_show },
|
{ "show", cmd_show },
|
||||||
{ "format-patch", cmd_format_patch },
|
{ "fmt-patch", cmd_format_patch },
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user