diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2009-11-09 09:04:41 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-09 17:08:44 -0800 |
commit | fe9a215214acd2cf9132aec70e0758786a6e3e8b (patch) | |
tree | 47461fdadd7fa4d168925b5ad980695ed1b6c970 /git.c | |
parent | bb471bf74fdff4e6e93e39677e9dab36e716b6f1 (diff) | |
download | git-fe9a215214acd2cf9132aec70e0758786a6e3e8b.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 }, |