aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.cpp
Commit message (Expand)AuthorAgeFilesLines
* White space cleanup & debug statmentsTorgny Nyblom2010-09-041-121/+141
* Merge branch 'master' of git://gitorious.org/svn2git/svn2gitRaja R Harinath2010-08-241-4/+16
|\
| * Merge commit 'refs/merge-requests/1' of git://gitorious.org/~marcguenther/svn...Torgny Nyblom2010-08-091-1/+1
| |\
| | * Merge branch 'master' of gitorious.org:svn2git/svn2gitMarc Guenther2010-05-061-12/+24
| | |\
| | * | small typo in debug messageMarc Guenther2010-04-201-1/+1
| * | | If a branch is created from a previous commit that doesn't touch the branch f...Torgny Nyblom2010-08-091-8/+25
| * | | Save the exported marks along with the associated revisions for later use.Torgny Nyblom2010-05-181-0/+13
| * | | Make git fast-import save the used marks and hashes for later use.Torgny Nyblom2010-05-181-1/+6
| * | | Initialize lastmarkTorgny Nyblom2010-05-181-1/+1
| * | | Add debugTorgny Nyblom2010-05-081-0/+1
| | |/ | |/|
* | | Provide a way to merge repositoriesRaja R Harinath2010-07-221-1/+61
* | | Extract out public methods of Repository into an abstract base classRaja R Harinath2010-07-221-26/+127
* | | Move backup branches and tags to refs/branches/Raja R Harinath2010-07-211-1/+1
* | | Carve out Repository::markFrom from createBranch(), and noteCopyFromBranch()Raja R Harinath2010-07-211-43/+41
* | | Make Repository::createBranch use resetBranch now that they're similarRaja R Harinath2010-07-211-24/+1
* | | Re-arrange Repository::createBranch to be closer to resetBranchRaja R Harinath2010-07-211-19/+19
* | | Add a resetBranch() to help refactor createBranch and deleteBranch.Raja R Harinath2010-07-201-4/+11
* | | Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE insteadRaja R Harinath2010-07-201-3/+7
* | | Make error handling of --incremental and --resume-from idempotentRaja R Harinath2010-07-111-5/+23
* | | make --incremental robust to inconsistent import directoriesRaja R Harinath2010-07-101-12/+73
* | | Reduce size of fast-import marks file by not persisting file-level marksRaja R Harinath2010-07-101-6/+23
* | | Ensure deleteBranch() actually writes to git-fast-importRaja R Harinath2010-07-091-0/+1
* | | Introduce incremental mode with --incremental flagRaja R Harinath2010-07-091-18/+77
* | | Handle SVN directory deletes that lead to branch deletesRaja R Harinath2010-07-081-1/+25
* | | Move SVN revision to fast-import mark mapping to the per-branch datastructure.Raja R Harinath2010-07-051-26/+31
* | | Properly implement the 16-parent limit, rather than conservatively stopping atRaja R Harinath2010-07-051-8/+8
* | | Infer some copy sources as additional parentsRaja R Harinath2010-07-011-9/+63
* | | 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-201-12/+16
* | | 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
|/ /
* | Try and branch from the correct svn revision rather then the last one.Torgny Nyblom2010-05-041-9/+21
* | Print more info on what is exported whereUlrich Spörlein2010-04-291-3/+3
|/
* Move slash cleaning to a more generic placeTorgny Nyblom2010-04-141-1/+4
* Add commandline option for when to flush the commit queue.Torgny Nyblom2010-03-251-1/+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-21/+21
* Replace options with the one from vng and use its options for better usabilityThomas Zander2009-10-211-3/+3
* Create repos as we go.Thomas Zander2009-10-201-0/+12
* Add support for annotated tagsThiago Macieira2009-06-081-1/+72
* Support Qt 4.3 tooThiago Macieira2009-02-201-0/+4
* Add a --no-metadata option to suppress the svn info in commit messages.Anders Kaseorg2009-01-081-1/+3
* Fix initialization of Repository::lastmark when creating a new transaction.Anders Kaseorg2009-01-081-1/+1
* Fix a bug when committing to two branches of the same repository in the same ...Thiago Macieira2008-08-261-4/+6
* Store the modified files in git-fast-import format already.Thiago Macieira2008-08-241-15/+13
* Add a process cache to keep the number of processes under 100Thiago Macieira2008-08-231-0/+34