aboutsummaryrefslogtreecommitdiffstats
path: root/git-svnimport.perl
AgeCommit message (Expand)AuthorFilesLines
2006-04-20Reintroduce svn pools to solve the memory leak.Santi_Béjar1-1/+3
2006-04-18git-svnimport symlink supportHerbert Valerio Riedel1-2/+16
2006-04-07git-svnimport: Don't assume that copied files haven't changedKarl Hasselström1-5/+10
2006-03-26git-svnimport: if a limit is specified, respect itAnand Kumria1-1/+1
2006-02-27Save username -> Full Name <email@addr.es> map fileKarl Hasselström1-5/+20
2006-02-27Let git-svnimport's author file use same syntax as git-cvsimport'sKarl Hasselström1-1/+1
2006-02-26svnimport: Read author names and emails from a fileKarl Hasselström1-3/+20
2006-02-26svnimport: Convert the svn:ignore propertyKarl Hasselström1-3/+57
2006-02-26svnimport: Convert executable flagKarl Hasselström1-7/+13
2006-02-20svnimport: avoid open "-|" list form for Perl 5.6Junio C Hamano1-4/+16
2006-02-14git-svnimport: -r adds svn revision number to commit messagesKarl Hasselström1-3/+4
2006-02-11Use a relative path for SVN importingChristian Biesinger1-1/+1
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky1-9/+16
2006-01-05svnimport: support repositories requiring SSL authenticationEric Wong1-2/+4
2005-12-14svnimport: exit cleanly when we are up to dateMartin Langhoff1-0/+7
2005-11-29SVN import: Use one log callMatthias Urlichs1-21/+16
2005-11-16symref support for import scriptsPavel Roskin1-3/+6
2005-11-14Remove trailing slashesMatthias Urlichs1-1/+6
2005-11-08Fix a couple of obvious and insignificant typo.Junio C Hamano1-2/+2
2005-11-08Lift the default limit of number of revs.Yaacov Akiba Slama1-6/+6
2005-11-08Handle a revision that only creates a new tag correctly.Yaacov Akiba Slama1-0/+5
2005-11-08Bundle file copies from multiple branches into a merge.Yaacov Akiba Slama1-6/+16
2005-11-08copy_dir becomes copy_path and handles both files and directoriesYaacov Akiba Slama1-37/+53
2005-11-08Don't output error on changes in the nodes /, /tags or /branchesYaacov Akiba Slama1-1/+6
2005-11-08Add node_kind function to differentiate between file and directoryYaacov Akiba Slama1-3/+18
2005-11-08Use svn pools to solve the memory leak problem.Yaacov Akiba Slama1-2/+6
2005-10-30Work around an RPM build problem.Junio C Hamano1-1/+1
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano1-0/+717
2005-10-16svn commit: re-word the exit-due-to-memory-leak messageMatthias Urlichs1-1/+2
2005-10-11svn import: copy directoriesMatthias Urlichs1-13/+56
2005-10-11svn import: Add direct HTTP accessMatthias Urlichs1-17/+54
2005-10-11svn import: remove some CVS cruftMatthias Urlichs1-35/+4
2005-10-11svn import: make -s option actually optionalMatthias Urlichs1-1/+2
2005-10-11svn import: typo fixMatthias Urlichs1-1/+1
2005-10-10svn import: get all revisionsMatthias Urlichs1-1/+1
2005-10-10svn import: unlink downlaoded filesMatthias Urlichs1-0/+1
2005-10-10svn import: Add a loop limit optionMatthias Urlichs1-5/+10
2005-10-10svn import: incremental importsMatthias Urlichs1-6/+6
2005-10-10svn import: skip initial revisionsMatthias Urlichs1-6/+6
2005-10-10svn import: Do not create empty tagsMatthias Urlichs1-120/+125
2005-10-10svn import: Fix tagging.Matthias Urlichs1-16/+12
2005-10-10svn import: remove debuggingMatthias Urlichs1-2/+0
2005-10-10svn import: wrong file open modeMatthias Urlichs1-1/+1
2005-10-10svn import: avoid reconnectingMatthias Urlichs1-5/+6
2005-10-10svn improt needs SVN::Core 1.2.1 or betterMatthias Urlichs1-0/+2
2005-10-10svn import: fixed two pipe open calls.Matthias Urlichs1-4/+4
2005-10-10svn import: copy path informationMatthias Urlichs1-10/+16
2005-10-10SVN import: No modesMatthias Urlichs1-25/+0
2005-10-10svn import: add eval()Matthias Urlichs1-5/+11
2005-10-10New: git-svnimport.Matthias Urlichs1-0/+671