Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/fmt-patch' into next
author
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 19:45:16 +0000
(12:45 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 19:45:16 +0000
(12:45 -0700)
* jc/fmt-patch:
rename internal format-patch wip
git.c
patch
|
blob
|
history
raw
(from parent 1:
56c155a
)
diff --git
a/git.c
b/git.c
index 447d86cd571bcc06b06c64a8713c7dd3c3e1a4f5..c20ae45bb77c840eec3cba4b90269930b0c96ccb 100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-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 },
- { "f
orma
t-patch", cmd_format_patch },
+ { "f
m
t-patch", cmd_format_patch },
};
int i;