summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-16 08:23:24 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-14 05:43:52 (GMT)
commitd4289fff870a85b1b7e55ead2a5baf98847fc72a (patch)
tree87b416f325e5ad886a9ccdfa57ba7680cc353c50 /git.c
parentb74e8cbd80c13257c8c0a68341e9aff9926d31f2 (diff)
downloadgit-d4289fff870a85b1b7e55ead2a5baf98847fc72a.zip
git-d4289fff870a85b1b7e55ead2a5baf98847fc72a.tar.gz
git-d4289fff870a85b1b7e55ead2a5baf98847fc72a.tar.bz2
git-fetch--tool: start rewriting parts of git-fetch in C.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 45265f1..a167b1e 100644
--- a/git.c
+++ b/git.c
@@ -242,6 +242,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "diff-index", cmd_diff_index, RUN_SETUP },
{ "diff-stages", cmd_diff_stages, RUN_SETUP },
{ "diff-tree", cmd_diff_tree, RUN_SETUP },
+ { "fetch--tool", cmd_fetch__tool, RUN_SETUP },
{ "fmt-merge-msg", cmd_fmt_merge_msg, RUN_SETUP },
{ "for-each-ref", cmd_for_each_ref, RUN_SETUP },
{ "format-patch", cmd_format_patch, RUN_SETUP },