aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/merge-requests/20' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2012-11-231-2/+8
|\
| * Allow user-overriding of default email domainUlrich Spörlein2012-05-111-2/+8
* | Fixed git-svn authors map compatiblity. SVN is able to use committer/author n...Florian Zumkeller-Quast2012-06-131-4/+10
|/
* Add support for adding svn commit info metadata as git notes.Modestas Vainius2011-04-241-0/+1
* Support ranges in the revisions fileTorgny Nyblom2011-01-171-10/+34
* Print how we were invokedTorgny Nyblom2011-01-151-0/+4
* Add option for using the real content of an SVN branch when creating aTorgny Nyblom2010-12-211-0/+1
* Fix the --version optionTorgny Nyblom2010-12-211-0/+4
* Ditch PrefixingRepository in favor of a memmber variable inTorgny Nyblom2010-12-151-1/+1
* 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-041-1/+3
* 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
* Allow more then one rule file to be used in a single run.Torgny Nyblom2010-09-291-5/+5
* White space cleanup & debug statmentsTorgny Nyblom2010-09-041-34/+34
* Merge branch 'master' of git://gitorious.org/svn2git/svn2gitRaja R Harinath2010-08-241-1/+5
|\
| * Allow comments (start with '#') in accounts mapJosé Manuel Santamaría Lema2010-06-211-1/+5
* | Provide a way to merge repositoriesRaja R Harinath2010-07-221-0/+2
* | Extract out public methods of Repository into an abstract base classRaja R Harinath2010-07-221-1/+1
* | Make the new incremental mode permanentRaja R Harinath2010-07-191-25/+21
* | Make error handling of --incremental and --resume-from idempotentRaja R Harinath2010-07-111-14/+30
* | make --incremental robust to inconsistent import directoriesRaja R Harinath2010-07-101-2/+20
* | Introduce incremental mode with --incremental flagRaja R Harinath2010-07-091-3/+14
* | Exit with EXIT_FAILURE if svn.exportRevision() failedRaja R Harinath2010-07-011-4/+8
|/
* Add support for git-svn author filesSebastian Pipping2010-03-271-1/+8
* Add command line option to print what rules are used on each file.Torgny Nyblom2010-03-251-0/+1
* Add commandline option for when to flush the commit queue.Torgny Nyblom2010-03-251-0/+1
* Change license on files where I am copyright holder to GPLv3.Thiago Macieira2010-03-031-1/+1
* make dry-run a command line switch instead of a compile-time switchThomas Zander2009-10-211-1/+1
* Replace options with the one from vng and use its options for better usabilityThomas Zander2009-10-211-10/+48
* Don't let me waste 2 hours doing an import if the identity map file wasn't fo...Thiago Macieira2009-07-201-1/+4
* Add support for annotated tagsThiago Macieira2009-06-081-1/+5
* General improvements and reload branches automatically when starting git-fast...Thiago Macieira2008-08-181-2/+0
* Implement the identity mapThiago Macieira2007-12-281-0/+26
* Support an upper limit of revision numbersThiago Macieira2007-12-241-1/+3
* Add support for resuming workThiago Macieira2007-12-241-3/+11
* Add a better option-parserThiago Macieira2007-12-241-7/+5
* Fix crashes and improve behaviourThiago Macieira2007-12-241-1/+1
* Handle errors correctlyThiago Macieira2007-12-231-1/+2
* And run the SVN code tooThiago Macieira2007-12-231-0/+11
* Add SVN codeThiago Macieira2007-12-231-8/+0
* Add main.cppThiago Macieira2007-12-231-0/+55