aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move branch creation/deletion/restting to Repository and write these inTorgny Nyblom2010-12-153-5/+23
* Ditch PrefixingRepository in favor of a memmber variable inTorgny Nyblom2010-12-153-282/+181
* Delete before other changesTorgny Nyblom2010-12-131-3/+15
* call startFastImport where it is used.Torgny Nyblom2010-12-131-4/+2
* Code styleTorgny Nyblom2010-12-131-1/+2
* Duh, do not try and extract options before they are parsed.Torgny Nyblom2010-12-121-1/+1
* Add an option to print some stats after a run.Torgny Nyblom2010-12-044-4/+112
* Allow more then one variable to be used on a line.Torgny Nyblom2010-11-301-2/+1
* QList<int> -> QSet<int>Torgny Nyblom2010-11-271-5/+4
* Add an option to parse a list (in a file) of revisions that should beTorgny Nyblom2010-11-261-0/+40
* Merge branch 'master' of gitorious.org:svn2git/svn2gitTorgny Nyblom2010-11-141-4/+1
|\
| * Fix detecting directory movesNiko Sams2010-11-131-4/+1
* | Print revision information with "copy from" warningTorgny Nyblom2010-11-011-1/+1
|/
* Fix issue with variables not being defined when reading include filesTorgny Nyblom2010-11-012-5/+5
* Print the missing from path when warning about missing sourceTorgny Nyblom2010-11-011-1/+1
* Fix filename and linenumber for included rulefiles.Torgny Nyblom2010-10-262-124/+117
* Better include path (FreeBSD patch from Uli - http://gitorious.org/~uqs)Torgny Nyblom2010-10-181-2/+2
* Allow files to be matchedTorgny Nyblom2010-10-081-2/+0