diff options
author | Matthias Urlichs <smurf@smurf.noris.de> | 2005-10-10 11:40:43 +0200 |
---|---|---|
committer | Matthias Urlichs <smurf@smurf.noris.de> | 2005-10-10 11:40:43 +0200 |
commit | eaf718f3ece277462de4e47391e5a965bbbaa297 (patch) | |
tree | 5b68436a0951be41262fe9a9b0426edaa25b5853 /Makefile | |
parent | 89764f5d8b0ca8600e3a200e9f863c3c7a3ff5e8 (diff) | |
download | git-eaf718f3ece277462de4e47391e5a965bbbaa297.tar.gz git-eaf718f3ece277462de4e47391e5a965bbbaa297.tar.xz |
New: git-svnimport.
As the name suggests, this script imports from SVN.
Only "normal" SVN repositories (with single trunk/, branches/, and tags/
subdrectories) are supported. Incremental imports require preserving
the file .git/svn2git.
Signed-Off-by: Matthias Urlichs <smurf@smurf.noris.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -91,7 +91,8 @@ 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-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \ + git-svnimport-perl SCRIPT_PYTHON = \ git-merge-recursive.py |