aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 call startFastImport when neededTorgny Nyblom2010-12-161-1/+1
* Be more clear about what are warningsTorgny Nyblom2010-12-161-11/+11
* Move branch creation/deletion/restting to Repository and write these inTorgny Nyblom2010-12-151-5/+16
* Ditch PrefixingRepository in favor of a memmber variable inTorgny Nyblom2010-12-151-256/+29
* call startFastImport where it is used.Torgny Nyblom2010-12-131-4/+2
* Code styleTorgny Nyblom2010-12-131-1/+2
* Make sure fastImport is started before adding fileNiko Sams2010-10-071-0/+1
* Unify debug messages and Match structsTorgny Nyblom2010-09-281-1/+1
* call startFastImport() in commit()Niko Sams2010-09-241-1/+1
* touch fastImport process in startFastImport()Niko Sams2010-09-241-0/+2
* add assertions to write() methods to make sure nothing is written into a clos...Niko Sams2010-09-241-0/+8
* output repository name that crashed, helpful to know which logs to look atNiko Sams2010-09-241-1/+1
* Readd br.marks.last() to various places as a mark of "0" is used to markTorgny Nyblom2010-09-171-4/+4
* Fix assert when br.marks is emptyTorgny Nyblom2010-09-151-1/+1
* Make the fastImport into a logging instance, logging is enabled when the "--d...Torgny Nyblom2010-09-131-7/+67
* Better log messagesTorgny Nyblom2010-09-091-2/+2
* Spaces not tabsTorgny Nyblom2010-09-081-1/+1
* Inter branch merging causes git log to break with fatal internal errorsTorgny Nyblom2010-09-081-4/+4
* Don't print the same message as in Transaction()Torgny Nyblom2010-09-081-4/+0
* 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