diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-07-03 17:18:43 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-04 04:42:41 +0200 |
commit | 00449f992b629f7f7884fb2cf46ff411a2a4f381 (patch) | |
tree | bf2c1d7230f6f1ef0f50a4da123b5e06d986a0bf /git.c | |
parent | send-email: do not barf when Term::ReadLine does not like your terminal (diff) | |
download | git-00449f992b629f7f7884fb2cf46ff411a2a4f381.tar.xz git-00449f992b629f7f7884fb2cf46ff411a2a4f381.zip |
Make git-fmt-merge-msg a builtin
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -187,7 +187,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "mailinfo", cmd_mailinfo }, { "stripspace", cmd_stripspace }, { "update-index", cmd_update_index }, - { "update-ref", cmd_update_ref } + { "update-ref", cmd_update_ref }, + { "fmt-merge-msg", cmd_fmt_merge_msg } }; int i; |