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-03 19:42:41 -0700 |
commit | 00449f992b629f7f7884fb2cf46ff411a2a4f381 (patch) | |
tree | bf2c1d7230f6f1ef0f50a4da123b5e06d986a0bf /git.c | |
parent | 280242d1cc1fe2847f649d2f16b273e168fcbc48 (diff) | |
download | git-00449f992b629f7f7884fb2cf46ff411a2a4f381.tar.gz git-00449f992b629f7f7884fb2cf46ff411a2a4f381.tar.xz |
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; |