summaryrefslogtreecommitdiff
path: root/git-svnimport.perl
AgeCommit message (Expand)Author
2007-08-14Allow git-svnimport to take "" as the trunk directory.Alberto Bertogli
2007-06-23Generate tags with correct timestamp (git-svnimport)Dave O'Neill
2007-06-07War on whitespaceJunio C Hamano
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2007-01-08git-svnimport: fix edge revisions double importingSasha Khapyorsky
2007-01-07git-svnimport: clean svn path when accessing SVN repoSasha Khapyorsky
2007-01-07git-svnimport: support for incremental importSasha Khapyorsky
2006-11-01git-svnimport: support for partial importsSasha Khapyorsky
2006-10-19Merge branch 'sk/svn'Junio C Hamano
2006-10-16svnimport: Fix broken tags being generatedPetr Baudis
2006-10-09git-svnimport.perl: copying directory from original SVN placeSasha Khapyorsky
2006-09-28svnimport: add support for parsing From: lines for authorAndy Whitcroft
2006-09-23git-svnimport: Parse log message for Signed-off-by: linesSasha Khapyorsky
2006-07-03Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg
2006-05-31git-svnimport: Improved detection of merges.Florian Forster
2006-04-21Reintroduce svn pools to solve the memory leak.Santi_Béjar
2006-04-18git-svnimport symlink supportHerbert Valerio Riedel
2006-04-07git-svnimport: Don't assume that copied files haven't changedKarl Hasselström
2006-03-26git-svnimport: if a limit is specified, respect itAnand Kumria
2006-02-27Save username -> Full Name <email@addr.es> map fileKarl Hasselström
2006-02-27Let git-svnimport's author file use same syntax as git-cvsimport'sKarl Hasselström
2006-02-27svnimport: Read author names and emails from a fileKarl Hasselström
2006-02-27svnimport: Convert the svn:ignore propertyKarl Hasselström
2006-02-27svnimport: Convert executable flagKarl Hasselström
2006-02-20svnimport: avoid open "-|" list form for Perl 5.6Junio C Hamano
2006-02-14git-svnimport: -r adds svn revision number to commit messagesKarl Hasselström
2006-02-12Use a relative path for SVN importingChristian Biesinger
2006-02-01git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky
2006-01-06svnimport: support repositories requiring SSL authenticationEric Wong
2005-12-15svnimport: exit cleanly when we are up to dateMartin Langhoff
2005-11-29SVN import: Use one log callMatthias Urlichs
2005-11-16symref support for import scriptsPavel Roskin
2005-11-14Remove trailing slashesMatthias Urlichs
2005-11-08Fix a couple of obvious and insignificant typo.Junio C Hamano
2005-11-08Lift the default limit of number of revs.Yaacov Akiba Slama
2005-11-08Handle a revision that only creates a new tag correctly.Yaacov Akiba Slama
2005-11-08Bundle file copies from multiple branches into a merge.Yaacov Akiba Slama
2005-11-08copy_dir becomes copy_path and handles both files and directoriesYaacov Akiba Slama
2005-11-08Don't output error on changes in the nodes /, /tags or /branchesYaacov Akiba Slama
2005-11-08Add node_kind function to differentiate between file and directoryYaacov Akiba Slama
2005-11-08Use svn pools to solve the memory leak problem.Yaacov Akiba Slama
2005-10-31Work around an RPM build problem.Junio C Hamano
2005-10-16Merge branch 'svn' of http://netz.smurf.noris.de/git/gitJunio C Hamano
2005-10-16svn commit: re-word the exit-due-to-memory-leak messageMatthias Urlichs
2005-10-11svn import: copy directoriesMatthias Urlichs
2005-10-11svn import: Add direct HTTP accessMatthias Urlichs
2005-10-11svn import: remove some CVS cruftMatthias Urlichs
2005-10-11svn import: make -s option actually optionalMatthias Urlichs
2005-10-11svn import: typo fixMatthias Urlichs
2005-10-10svn import: get all revisionsMatthias Urlichs