summaryrefslogtreecommitdiff
path: root/git-svnimport.perl
Commit message (Expand)AuthorAgeFilesLines
* SVN import: Use one log callMatthias Urlichs2005-11-291-21/+16
* symref support for import scriptsPavel Roskin2005-11-161-3/+6
* Remove trailing slashesMatthias Urlichs2005-11-141-1/+6
* Fix a couple of obvious and insignificant typo.Junio C Hamano2005-11-081-2/+2
* Lift the default limit of number of revs.Yaacov Akiba Slama2005-11-081-6/+6
* Handle a revision that only creates a new tag correctly.Yaacov Akiba Slama2005-11-081-0/+5
* Bundle file copies from multiple branches into a merge.Yaacov Akiba Slama2005-11-081-6/+16
* copy_dir becomes copy_path and handles both files and directoriesYaacov Akiba Slama2005-11-081-37/+53
* Don't output error on changes in the nodes /, /tags or /branchesYaacov Akiba Slama2005-11-081-1/+6
* Add node_kind function to differentiate between file and directoryYaacov Akiba Slama2005-11-081-3/+18
* Use svn pools to solve the memory leak problem.Yaacov Akiba Slama2005-11-081-2/+6
* Work around an RPM build problem.Junio C Hamano2005-10-301-1/+1
* Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano2005-10-161-10/+10
* svn commit: re-word the exit-due-to-memory-leak messageMatthias Urlichs2005-10-161-1/+2
* svn import: copy directoriesMatthias Urlichs2005-10-111-13/+56
* svn import: Add direct HTTP accessMatthias Urlichs2005-10-111-17/+54
* svn import: remove some CVS cruftMatthias Urlichs2005-10-111-35/+4
* svn import: make -s option actually optionalMatthias Urlichs2005-10-111-1/+2
* svn import: typo fixMatthias Urlichs2005-10-111-1/+1
* svn import: get all revisionsMatthias Urlichs2005-10-101-1/+1
* svn import: unlink downlaoded filesMatthias Urlichs2005-10-101-0/+1
* svn import: Add a loop limit optionMatthias Urlichs2005-10-101-5/+10
* svn import: incremental importsMatthias Urlichs2005-10-101-6/+6
* svn import: skip initial revisionsMatthias Urlichs2005-10-101-6/+6
* svn import: Do not create empty tagsMatthias Urlichs2005-10-101-120/+125
* svn import: Fix tagging.Matthias Urlichs2005-10-101-16/+12
* svn import: remove debuggingMatthias Urlichs2005-10-101-2/+0
* svn import: wrong file open modeMatthias Urlichs2005-10-101-1/+1
* svn import: avoid reconnectingMatthias Urlichs2005-10-101-5/+6
* svn improt needs SVN::Core 1.2.1 or betterMatthias Urlichs2005-10-101-0/+2
* svn import: fixed two pipe open calls.Matthias Urlichs2005-10-101-4/+4
* svn import: copy path informationMatthias Urlichs2005-10-101-10/+16
* SVN import: No modesMatthias Urlichs2005-10-101-25/+0
* svn import: add eval()Matthias Urlichs2005-10-101-5/+11
* New: git-svnimport.Matthias Urlichs2005-10-101-0/+671