From: Kalle Valo Date: Sun, 16 Oct 2005 17:37:25 +0000 (+0200) Subject: Makefile entry for git-svnimport contained a small typo. X-Git-Tag: v0.99.9~112^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f005dba7c15af5de74e05f8667da4e5d27cf6d1b;p=git.git Makefile entry for git-svnimport contained a small typo. Signed-Off-By: Matthias Urlichs --- diff --git a/Makefile b/Makefile index 30fda9ec..13b949b0 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ SCRIPT_SH = \ SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \ - git-svnimport-perl + git-svnimport.perl SCRIPT_PYTHON = \ git-merge-recursive.py