I have been extremely naughty. I have been developing a piece of software (I\'m the only developer) for a little while (O.K., it\'s over the course of a few years), but have
You can use example git-fast-import based tools distributed in git.git repository: import-zips.py(in Python) or import-tars.perl(in Perl), or use those script as a base of your own import script. You can find those scripts in contrib/fast-import/ directory.