aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-01-22 07:34:44 -0800
committerJunio C Hamano <gitster@pobox.com>2010-01-22 10:01:33 -0800
commit112dd5146589ecb76d52bf349bd51dbe2936e936 (patch)
tree892135f79595662e86c61b8c73ac696067f4c79b /git.c
parent0ecace728f8e48b87f81433b053d7f277f22e674 (diff)
downloadgit-112dd5146589ecb76d52bf349bd51dbe2936e936.tar.gz
git-112dd5146589ecb76d52bf349bd51dbe2936e936.tar.xz
make "mktag" a built-in
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index eae12e32e..0b8f8a731 100644
--- a/git.c
+++ b/git.c
@@ -338,6 +338,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "merge-recursive-theirs", cmd_merge_recursive, RUN_SETUP | NEED_WORK_TREE },
{ "merge-subtree", cmd_merge_recursive, RUN_SETUP | NEED_WORK_TREE },
{ "merge-tree", cmd_merge_tree, RUN_SETUP },
+ { "mktag", cmd_mktag, RUN_SETUP },
{ "mktree", cmd_mktree, RUN_SETUP },
{ "mv", cmd_mv, RUN_SETUP | NEED_WORK_TREE },
{ "name-rev", cmd_name_rev, RUN_SETUP },