aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove comment about fast import process limit.distro/mgaColin Guthrie2014-06-161-1/+1
* main: Load repository logs from the directories foundColin Guthrie2014-06-162-1/+56
* main: Whitespace (comments)Colin Guthrie2014-06-161-11/+11
* Add note about changelogColin Guthrie2014-05-301-1/+2
* Add Mageia README and rules for conversion.Colin Guthrie2014-05-292-0/+81
* Return after renaming a repo to prevent importing the empty commit.Colin Guthrie2014-05-291-0/+11
* Support repository renaming.Colin Guthrie2014-05-291-21/+59
* Move the repo renaming to a method for convenience.Colin Guthrie2014-05-283-12/+36
* Handle master branch deletion.Colin Guthrie2014-05-241-1/+24
* Copying files as merge points fails badly.Colin Guthrie2014-05-241-2/+2
* Add ability to skip specific revisions to the command line.Colin Guthrie2014-05-241-0/+16
* Add the ability to autocreate repositories.Colin Guthrie2014-05-245-14/+48
* Stop unintended re-encoding of author names from UTF-8 to ASCIIHEADmasterSebastian Pipping2013-05-191-1/+1
* Stop unintended re-encoding of author names from UTF-8 to ASCIISebastian Pipping2013-05-171-1/+1
* Fix compilation, the last rebase/merge went wrong.Ulrich Spörlein2012-11-281-1/+1
* Use fastimport.write for the actual commit objects too, so we getUlrich Spörlein2012-11-271-23/+20
* Remove unused includes.Ulrich Spörlein2012-11-271-2/+0
* Make conversion runs deterministic by sorting what's returned via hash from t...Ulrich Spörlein2012-11-261-23/+51
* Revert "Remove the branch copy heuristic"Torgny Nyblom2012-11-261-0/+12
* Merge commit 'refs/merge-requests/17' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2012-11-231-7/+7
|\
| * Match rules for files below a recursionSebastian Dörner2012-07-151-7/+7
* | Merge commit 'refs/merge-requests/20' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2012-11-234-18/+32
|\ \
| * | Set marks on notes, so fast-load picks up from previous state.Daniel Hagerty2012-10-071-1/+12
| * | Remove the branch copy heuristicUlrich Spörlein2012-09-191-12/+0
| * | Fix timestamps of notes to adhere to git standards by using +0000Ulrich Spörlein2012-05-121-1/+1
| * | Allow user-overriding of default email domainUlrich Spörlein2012-05-113-4/+19
| |/
* | Revert "Do not initialize master branch if branches were specified in the rul...Torgny Nyblom2012-08-211-3/+2
* | Merge commit 'refs/merge-requests/13' of git://gitorious.org/svn2git/svn2git ...Torgny Nyblom2012-08-212-3/+7
|\ \
| * | Do not initialize master branch if branches were specified in the ruleset.Modestas Vainius2011-04-241-2/+3
| * | Initialize branches specified in the create repository ruleset.Modestas Vainius2011-04-241-1/+1
| * | Do not recurse() into the svn path unless it is an existing directory.Modestas Vainius2011-04-241-0/+3
* | | Merge commit 'refs/merge-requests/16' of git://gitorious.org/svn2git/svn2git ...Torgny Nyblom2012-08-211-4/+10
|\ \ \
| * | | Fixed git-svn authors map compatiblity. SVN is able to use committer/author n...Florian Zumkeller-Quast2012-06-131-4/+10
| | |/ | |/|
* | | Prefix rules should keep spaces if they are part of the ruleManuel Naranjo2012-08-071-1/+1
|/ /
* | Remove stray backslash in source code.Nicolás Alvarez2012-04-171-1/+1
* | Properly expand multiple variables in the same line.Modestas Vainius2011-05-281-1/+1
* | Merge commit 'refs/merge-requests/14' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2011-05-083-3/+90
|\ \
| * | Add support for adding svn commit info metadata as git notes.Modestas Vainius2011-04-243-3/+90
| |/
* | Merge commit 'refs/merge-requests/12' of git://gitorious.org/svn2git/svn2git ...Torgny Nyblom2011-05-083-0/+77
|\ \
| * | Support substitutions for repository/branch names.Modestas Vainius2011-04-243-0/+77
| |/
* | Support 'description' field in the create repository rule.Modestas Vainius2011-04-243-0/+14
|/
* Use +0000 instead of -0000 for timezone indicator in timestamps.Nicolás Alvarez2011-04-181-2/+2
* Add support for default values in variable substitutions.Nicolás Alvarez2011-04-111-4/+12
* Limit variable names to letters, numbers and underscores.Nicolás Alvarez2011-04-111-2/+4
* Save deleted branches in a visible namespaceSebastian Pipping2011-04-081-1/+5
* Create backup reference before deletion of the original branchJehan Bing2011-03-211-3/+4
* Remove unnecessary const casts.Nicolás Alvarez2011-03-161-4/+4
* Commit branch creation when requested and not on next transaction commitTorgny Nyblom2011-02-071-1/+3
* Fix encoding of author names.Nicolás Alvarez2011-01-291-0/+1
* Support ranges in the revisions fileTorgny Nyblom2011-01-171-10/+34