aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2009-11-09 09:04:41 -0600
committerJunio C Hamano <gitster@pobox.com>2009-11-09 17:08:44 -0800
commitfe9a215214acd2cf9132aec70e0758786a6e3e8b (patch)
tree47461fdadd7fa4d168925b5ad980695ed1b6c970 /git.c
parentbb471bf74fdff4e6e93e39677e9dab36e716b6f1 (diff)
downloadgit-fe9a215214acd2cf9132aec70e0758786a6e3e8b.tar.gz
git-fe9a215214acd2cf9132aec70e0758786a6e3e8b.tar.xz
Retire fetch--tool helper to contrib/examples
When git-fetch was builtin-ized, the previous script was moved to contrib/examples. Now, it is the sole remaining user for 'git fetch--tool'. The fetch--tool code is still worth keeping around so people can try out the old git-fetch.sh, for example when investigating regressions from the builtinifaction. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/git.c b/git.c
index bd2c5fe77..f295561a9 100644
--- a/git.c
+++ b/git.c
@@ -304,7 +304,6 @@ static void handle_internal_command(int argc, const char **argv)
{ "fast-export", cmd_fast_export, RUN_SETUP },
{ "fetch", cmd_fetch, RUN_SETUP },
{ "fetch-pack", cmd_fetch_pack, 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 },