aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | SVN revision
* Store the modified files in git-fast-import format already.Thiago Macieira2008-08-241-5/+1
| | | | I don't know what went wrong, but importing KDE revision 296047 there was a mixup with the marks. So instead avoid the trouble and store the thing in in cooked format already
* 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