aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for adding svn commit info metadata as git notes.Modestas Vainius2011-04-241-0/+11
* Move branch creation/deletion/restting to Repository and write these inTorgny Nyblom2010-12-151-0/+3
* Ditch PrefixingRepository in favor of a memmber variable inTorgny Nyblom2010-12-151-25/+151
* White space cleanup & debug statmentsTorgny Nyblom2010-09-041-6/+6
* Provide a way to merge repositoriesRaja R Harinath2010-07-221-1/+0
* Extract out public methods of Repository into an abstract base classRaja R Harinath2010-07-221-83/+26
* Carve out Repository::markFrom from createBranch(), and noteCopyFromBranch()Raja R Harinath2010-07-211-0/+1
* Add a resetBranch() to help refactor createBranch and deleteBranch.Raja R Harinath2010-07-201-0/+2
* Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE insteadRaja R Harinath2010-07-201-3/+3
* Make error handling of --incremental and --resume-from idempotentRaja R Harinath2010-07-111-0/+1
* make --incremental robust to inconsistent import directoriesRaja R Harinath2010-07-101-1/+1
* Reduce size of fast-import marks file by not persisting file-level marksRaja R Harinath2010-07-101-1/+10
* Introduce incremental mode with --incremental flagRaja R Harinath2010-07-091-0/+1
* Handle SVN directory deletes that lead to branch deletesRaja R Harinath2010-07-081-0/+1
* Move SVN revision to fast-import mark mapping to the per-branch datastructure.Raja R Harinath2010-07-051-1/+1
* Infer some copy sources as additional parentsRaja R Harinath2010-07-011-0/+4
* Track commits per-branchRaja R Harinath2010-06-201-1/+1
* Try and branch from the correct svn revision rather then the last one.Torgny Nyblom2010-05-041-0/+3
* Change license on files where I am copyright holder to GPLv3.Thiago Macieira2010-03-031-1/+1
* Add support for annotated tagsThiago Macieira2009-06-081-0/+15
* Fix a bug when committing to two branches of the same repository in the same ...Thiago Macieira2008-08-261-1/+2
* Store the modified files in git-fast-import format already.Thiago Macieira2008-08-241-5/+1
* Add a process cache to keep the number of processes under 100Thiago Macieira2008-08-231-0/+2
* Fail if writing to the process failsThiago Macieira2007-12-281-0/+1
* checkpoint every now and thenThiago Macieira2007-12-261-0/+1
* Don't crash when running in dry-modeThiago Macieira2007-12-251-1/+1
* Keep track of when a given branch was created insteadThiago Macieira2007-12-251-1/+1
* remove the source branch in the rulesThiago Macieira2007-12-241-1/+0
* Add support for branch creation on-the-flyThiago Macieira2007-12-241-0/+2
* Add support for resuming workThiago Macieira2007-12-241-0/+3
* Fix crashes and improve behaviourThiago Macieira2007-12-241-0/+1
* Implement the commit transactionThiago Macieira2007-12-231-1/+3
* Add SVN codeThiago Macieira2007-12-231-4/+39
* Add the Repository classThiago Macieira2007-12-231-0/+43