summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2009-11-09 15:04:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-10 01:08:44 (GMT)
commitfe9a215214acd2cf9132aec70e0758786a6e3e8b (patch)
tree47461fdadd7fa4d168925b5ad980695ed1b6c970 /Makefile
parentbb471bf74fdff4e6e93e39677e9dab36e716b6f1 (diff)
downloadgit-fe9a215214acd2cf9132aec70e0758786a6e3e8b.zip
git-fe9a215214acd2cf9132aec70e0758786a6e3e8b.tar.gz
git-fe9a215214acd2cf9132aec70e0758786a6e3e8b.tar.bz2
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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d5976f..c0ba479 100644
--- a/Makefile
+++ b/Makefile
@@ -601,7 +601,6 @@ BUILTIN_OBJS += builtin-diff-index.o
BUILTIN_OBJS += builtin-diff-tree.o
BUILTIN_OBJS += builtin-diff.o
BUILTIN_OBJS += builtin-fast-export.o
-BUILTIN_OBJS += builtin-fetch--tool.o
BUILTIN_OBJS += builtin-fetch-pack.o
BUILTIN_OBJS += builtin-fetch.o
BUILTIN_OBJS += builtin-fmt-merge-msg.o