aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the new incremental mode permanentRaja R Harinath2010-07-191-25/+21
* Handle branching better for branches that use "prefix" rulesRaja R Harinath2010-07-121-3/+12
* Make error handling of --incremental and --resume-from idempotentRaja R Harinath2010-07-113-19/+54
* make --incremental robust to inconsistent import directoriesRaja R Harinath2010-07-103-15/+94
* Reduce size of fast-import marks file by not persisting file-level marksRaja R Harinath2010-07-102-7/+33
* Ensure deleteBranch() actually writes to git-fast-importRaja R Harinath2010-07-091-0/+1
* Introduce incremental mode with --incremental flagRaja R Harinath2010-07-093-21/+92
* Handle SVN directory deletes that lead to branch deletesRaja R Harinath2010-07-083-23/+67
* Move SVN revision to fast-import mark mapping to the per-branch datastructure.Raja R Harinath2010-07-052-27/+32
* Properly implement the 16-parent limit, rather than conservatively stopping atRaja R Harinath2010-07-051-8/+8
* Don't skip same branch revisions when inferring multiple merge parents.Raja R Harinath2010-07-011-6/+2
* Infer some copy sources as additional parentsRaja R Harinath2010-07-013-54/+130
* Exit with EXIT_FAILURE if svn.exportRevision() failedRaja R Harinath2010-07-011-4/+8
* Handle same branch copies using createBranch to allow reseatingRaja R Harinath2010-07-011-12/+12
* Add --force to 'git fast-import' command-lineRaja R Harinath2010-06-211-1/+1
* Fix type errorRaja R Harinath2010-06-211-1/+1
* Improve progess logRaja R Harinath2010-06-201-12/+24
* Track commits per-branchRaja R Harinath2010-06-202-13/+17
* Improve determination of branch pointRaja R Harinath2010-06-191-5/+8
* Store marks to file so that the ProcessCache system worksRaja R Harinath2010-06-191-2/+10
* Fix typoRaja R Harinath2010-06-191-1/+1
* Initialize lastmarkRaja R Harinath2010-06-191-1/+1
* Add proper APR_INCLUDE for openSUSEJohannes Obermayr2010-06-191-1/+1
* Try and branch from the correct svn revision rather then the last one.Torgny Nyblom2010-05-042-9/+24
* Fix svn.replaceTorgny Nyblom2010-05-031-5/+5
* Implement the replace node changeset which exists from some repositories name...Ulrich Spörlein2010-04-291-5/+23
* Split into two rows.Torgny Nyblom2010-04-291-1/+2
* Print more info on what is exported whereUlrich Spörlein2010-04-291-3/+3
* Merge remote branch 'svn2git/master'Marc Guenther marcguenther@me.com2010-04-142-5/+5
|\
| * Move slash cleaning to a more generic placeTorgny Nyblom2010-04-142-5/+5
* | Merge remote branch 'svn2git/master'Marc Guenther marcguenther@me.com2010-04-142-7/+5
|\ \ | |/
| * Fix logical error in last commit. There was no slash added betweenTorgny Nyblom2010-04-132-7/+5
* | 'prefix' rule didn't allow \1 \2 replacementsMarc Guenther marcguenther@me.com2010-04-141-1/+2
|/
* Oups (use the correct string)Torgny Nyblom2010-04-121-1/+1
* Fix logical error (deleted paths was ignored)Torgny Nyblom2010-04-122-2/+7
* Ditch the Rootdir option and add a prefix one instead (Thiago is always corre...Torgny Nyblom2010-04-123-15/+12
* 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-252-0/+3
* Add commandline option for when to flush the commit queue.Torgny Nyblom2010-03-252-1/+2
* Add support for a new rule tag:Torgny Nyblom2010-03-153-6/+20
* Revert half of last commit, only one regexp was duplicate.Torgny Nyblom2010-03-141-2/+4
* Remove duplicate regexpTorgny Nyblom2010-03-141-7/+4
* Update with vng version; Fix command line parser reporting wrong optionsThomas Zander2010-03-061-3/+5
* Change license on files where I am copyright holder to GPLv3.Thiago Macieira2010-03-037-7/+7
* make dry-run a command line switch instead of a compile-time switchThomas Zander2009-10-214-43/+43
* Replace options with the one from vng and use its options for better usabilityThomas Zander2009-10-217-184/+559
* Make passing in a trailing slash not assert.Thomas Zander2009-10-201-1/+4
* Add commented out way to compile a dry-run versionThomas Zander2009-10-201-1/+2
* Create repos as we go.Thomas Zander2009-10-201-0/+12
* Don't let me waste 2 hours doing an import if the identity map file wasn't fo...Thiago Macieira2009-07-201-1/+4