Browse Source

Makefile entry for git-svnimport contained a small typo.

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
maint
Kalle Valo 20 years ago committed by Matthias Urlichs
parent
commit
f005dba7c1
  1. 2
      Makefile

2
Makefile

@ -92,7 +92,7 @@ SCRIPT_SH = \ @@ -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

Loading…
Cancel
Save