summaryrefslogtreecommitdiff
path: root/git-svnimport.perl
Commit message (Expand)AuthorAgeFilesLines
* Empty author may be presented by svn as an empty string or a null value.Robin Rosenberg2006-07-021-1/+1
* git-svnimport: Improved detection of merges.Florian Forster2006-05-311-2/+9
* Reintroduce svn pools to solve the memory leak.Santi_Béjar2006-04-201-1/+3
* git-svnimport symlink supportHerbert Valerio Riedel2006-04-181-2/+16
* git-svnimport: Don't assume that copied files haven't changedKarl Hasselström2006-04-071-5/+10
* git-svnimport: if a limit is specified, respect itAnand Kumria2006-03-261-1/+1
* Save username -> Full Name <email@addr.es> map fileKarl Hasselström2006-02-271-5/+20
* Let git-svnimport's author file use same syntax as git-cvsimport'sKarl Hasselström2006-02-271-1/+1
* svnimport: Read author names and emails from a fileKarl Hasselström2006-02-261-3/+20
* svnimport: Convert the svn:ignore propertyKarl Hasselström2006-02-261-3/+57
* svnimport: Convert executable flagKarl Hasselström2006-02-261-7/+13
* svnimport: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-4/+16
* git-svnimport: -r adds svn revision number to commit messagesKarl Hasselström2006-02-141-3/+4
* Use a relative path for SVN importingChristian Biesinger2006-02-111-1/+1
* git-svnimport.perl: fix for 'arg list too long...'Sasha Khapyorsky2006-02-011-9/+16
* svnimport: support repositories requiring SSL authenticationEric Wong2006-01-051-2/+4
* svnimport: exit cleanly when we are up to dateMartin Langhoff2005-12-141-0/+7
* 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