diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-20 12:45:02 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-20 12:45:02 -0700 |
commit | 43885c2a557871aedcbb1a412fc18e98c3dd1dc4 (patch) | |
tree | d2a1ebde3716c0197b2855cdd27d80f789494fdc /git.c | |
parent | 4c4b158b8f31a19f724a84b11fa538bfbf465d32 (diff) | |
download | git-43885c2a557871aedcbb1a412fc18e98c3dd1dc4.tar.gz git-43885c2a557871aedcbb1a412fc18e98c3dd1dc4.tar.xz |
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>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |