diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-09 00:50:02 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-09 17:57:03 -0800 |
commit | 71dfbf224ff980f4085f75868dc409118418731e (patch) | |
tree | a15941410daa08629a9678b821c595c311372fed /git.c | |
parent | 1c23d794bfa3b9f3e03b18bb7e542615a924dbe3 (diff) | |
download | git-71dfbf224ff980f4085f75868dc409118418731e.tar.gz |
Make merge-base a built-in.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -238,6 +238,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "ls-tree", cmd_ls_tree, RUN_SETUP }, { "mailinfo", cmd_mailinfo }, { "mailsplit", cmd_mailsplit }, + { "merge-base", cmd_merge_base, RUN_SETUP }, { "merge-file", cmd_merge_file }, { "mv", cmd_mv, RUN_SETUP }, { "name-rev", cmd_name_rev, RUN_SETUP }, |