aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delay transaction creation untill usage.Torgny Nyblom2011-01-161-8/+8
* Print how we were invokedTorgny Nyblom2011-01-151-0/+4
* Only print warning if it appliesTorgny Nyblom2011-01-151-1/+1
* Fix serious performance regression.Nicolás Alvarez2010-12-231-0/+3
* Add option for using the real content of an SVN branch when creating aTorgny Nyblom2010-12-212-0/+16
* Fix the --version optionTorgny Nyblom2010-12-212-0/+12
* Make sure that there are merges recorded before trying to read the last oneTorgny Nyblom2010-12-211-1/+1
* Try and fix cvs2svn multiple merge points for branches and tags.Torgny Nyblom2010-12-211-19/+27
* Make the tagging commands visible in the gitlog aswellTorgny Nyblom2010-12-201-6/+6
* Only fetch revision properties once per revisionTorgny Nyblom2010-12-161-1/+6
* Only call startFastImport when neededTorgny Nyblom2010-12-161-1/+1
* Be more clear about what are warningsTorgny Nyblom2010-12-164-22/+22