projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4b158
)
rename internal format-patch wip
author
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 19:45:02 +0000
(12:45 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 19:45:02 +0000
(12:45 -0700)
Otherwise "git format-patch" would invoke unfinished internal one that
does only --stdout
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c
patch
|
blob
|
history
diff --git
a/git.c
b/git.c
index
0c40773
..
d5aa41d
100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-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 },
- { "f
orma
t-patch", cmd_format_patch },
+ { "f
m
t-patch", cmd_format_patch },
};
int i;