diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-20 12:45:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-20 12:45:16 -0700 |
commit | 3155ef8a4a88dca15fb49855b28cac80666efe5c (patch) | |
tree | 929e05ac19b3c376e205da12c40abcb773fbd6e0 /git.c | |
parent | Merge branch 'master' into next (diff) | |
parent | rename internal format-patch wip (diff) | |
download | tgif-3155ef8a4a88dca15fb49855b28cac80666efe5c.tar.xz |
Merge branch 'jc/fmt-patch' into next
* jc/fmt-patch:
rename internal format-patch wip
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |