summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-01-19 20:30:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-01-19 21:23:43 (GMT)
commit019678d6b1f83419cdc35e3d455175adce3a379c (patch)
treed023c50ba54786bec05c089daa83cbf96fa3f51a /Makefile
parent03831ef7b5011cbedbcc67abe5f47762f37c6c21 (diff)
downloadgit-019678d6b1f83419cdc35e3d455175adce3a379c.zip
git-019678d6b1f83419cdc35e3d455175adce3a379c.tar.gz
git-019678d6b1f83419cdc35e3d455175adce3a379c.tar.bz2
difftool: retire the scripted version
It served its purpose, but now we have a builtin difftool. Time for the Perl script to enjoy Florida. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> 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 7863bc2..28b6440 100644
--- a/Makefile
+++ b/Makefile
@@ -527,7 +527,6 @@ SCRIPT_LIB += git-sh-setup
SCRIPT_LIB += git-sh-i18n
SCRIPT_PERL += git-add--interactive.perl
-SCRIPT_PERL += git-legacy-difftool.perl
SCRIPT_PERL += git-archimport.perl
SCRIPT_PERL += git-cvsexportcommit.perl
SCRIPT_PERL += git-cvsimport.perl