mirror of
https://github.com/git/git.git
synced 2024-11-18 06:54:55 +01:00
Merge branch 'jc/fmt-patch' into next
* jc/fmt-patch: rename internal format-patch wip
This commit is contained in:
commit
3155ef8a4a
1 changed files with 1 additions and 1 deletions
2
git.c
2
git.c
|
@ -383,7 +383,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 a new issue