Skip to content

Commit

Permalink
rename internal format-patch wip
Browse files Browse the repository at this point in the history
Otherwise "git format-patch" would invoke unfinished internal one that
does only --stdout

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 20, 2006
1 parent 4c4b158 commit 43885c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 43885c2

Please sign in to comment.