summaryrefslogtreecommitdiff
path: root/git-svnimport.perl
AgeCommit message (Expand)AuthorFilesLines
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsLibravatar Nicolas Pitre1-1/+1
2007-01-07git-svnimport: fix edge revisions double importingLibravatar Sasha Khapyorsky1-2/+2
2007-01-06git-svnimport: clean svn path when accessing SVN repoLibravatar Sasha Khapyorsky1-0/+4
2007-01-06git-svnimport: support for incremental importLibravatar Sasha Khapyorsky1-7/+25
2006-10-31git-svnimport: support for partial importsLibravatar Sasha Khapyorsky1-4/+25
2006-10-18Merge branch 'sk/svn'Libravatar Junio C Hamano1-39/+54
2006-10-15svnimport: Fix broken tags being generatedLibravatar Petr Baudis1-1/+1
2006-10-08git-svnimport.perl: copying directory from original SVN placeLibravatar Sasha Khapyorsky1-39/+54
2006-09-28svnimport: add support for parsing From: lines for authorLibravatar Andy Whitcroft1-4/+8
2006-09-22git-svnimport: Parse log message for Signed-off-by: linesLibravatar Sasha Khapyorsky1-11/+20
2006-07-02Empty author may be presented by svn as an empty string or a null value.Libravatar Robin Rosenberg1-1/+1
2006-05-31git-svnimport: Improved detection of merges.Libravatar Florian Forster1-2/+9
2006-04-20Reintroduce svn pools to solve the memory leak.Libravatar Santi_Béjar1-1/+3
2006-04-18git-svnimport symlink supportLibravatar Herbert Valerio Riedel1-2/+16
2006-04-07git-svnimport: Don't assume that copied files haven't changedLibravatar Karl Hasselström1-5/+10
2006-03-26git-svnimport: if a limit is specified, respect itLibravatar Anand Kumria1-1/+1
2006-02-27Save username -> Full Name <email@addr.es> map fileLibravatar Karl Hasselström1-5/+20
2006-02-27Let git-svnimport's author file use same syntax as git-cvsimport'sLibravatar Karl Hasselström1-1/+1
2006-02-26svnimport: Read author names and emails from a fileLibravatar Karl Hasselström1-3/+20
2006-02-26svnimport: Convert the svn:ignore propertyLibravatar Karl Hasselström1-3/+57
2006-02-26svnimport: Convert executable flagLibravatar Karl Hasselström1-7/+13
2006-02-20svnimport: avoid open "-|" list form for Perl 5.6Libravatar Junio C Hamano1-4/+16
2006-02-14git-svnimport: -r adds svn revision number to commit messagesLibravatar Karl Hasselström1-3/+4
2006-02-11Use a relative path for SVN importingLibravatar Christian Biesinger1-1/+1
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Libravatar Sasha Khapyorsky1-9/+16
2006-01-05svnimport: support repositories requiring SSL authenticationLibravatar Eric Wong1-2/+4
2005-12-14svnimport: exit cleanly when we are up to dateLibravatar Martin Langhoff1-0/+7
2005-11-29SVN import: Use one log callLibravatar Matthias Urlichs1-21/+16
2005-11-16symref support for import scriptsLibravatar Pavel Roskin1-3/+6
2005-11-14Remove trailing slashesLibravatar Matthias Urlichs1-1/+6
2005-11-08Fix a couple of obvious and insignificant typo.Libravatar Junio C Hamano1-2/+2
2005-11-08Lift the default limit of number of revs.Libravatar Yaacov Akiba Slama1-6/+6
2005-11-08Handle a revision that only creates a new tag correctly.Libravatar Yaacov Akiba Slama1-0/+5
2005-11-08Bundle file copies from multiple branches into a merge.Libravatar Yaacov Akiba Slama1-6/+16
2005-11-08copy_dir becomes copy_path and handles both files and directoriesLibravatar Yaacov Akiba Slama1-37/+53
2005-11-08Don't output error on changes in the nodes /, /tags or /branchesLibravatar Yaacov Akiba Slama1-1/+6
2005-11-08Add node_kind function to differentiate between file and directoryLibravatar Yaacov Akiba Slama1-3/+18
2005-11-08Use svn pools to solve the memory leak problem.Libravatar Yaacov Akiba Slama1-2/+6
2005-10-30Work around an RPM build problem.Libravatar Junio C Hamano1-1/+1
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitLibravatar Junio C Hamano1-0/+717
2005-10-16svn commit: re-word the exit-due-to-memory-leak messageLibravatar Matthias Urlichs1-1/+2
2005-10-11svn import: copy directoriesLibravatar Matthias Urlichs1-13/+56
2005-10-11svn import: Add direct HTTP accessLibravatar Matthias Urlichs1-17/+54
2005-10-11svn import: remove some CVS cruftLibravatar Matthias Urlichs1-35/+4
2005-10-11svn import: make -s option actually optionalLibravatar Matthias Urlichs1-1/+2
2005-10-11svn import: typo fixLibravatar Matthias Urlichs1-1/+1
2005-10-10svn import: get all revisionsLibravatar Matthias Urlichs1-1/+1
2005-10-10svn import: unlink downlaoded filesLibravatar Matthias Urlichs1-0/+1
2005-10-10svn import: Add a loop limit optionLibravatar Matthias Urlichs1-5/+10
2005-10-10svn import: incremental importsLibravatar Matthias Urlichs1-6/+6