aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* General improvements and reload branches automatically when starting git-fast...Thiago Macieira2008-08-181-9/+18
* Enhance the saving of repository data by adding a "checkpoint" command at the...Thiago Macieira2008-08-181-1/+7
* Initialize variableThiago Macieira2008-08-181-1/+1
* trim the newlinesThiago Macieira2008-08-161-1/+1
* Make it easier to do automatic branchingThiago Macieira2008-08-131-23/+13
* Auto create branchesThiago Macieira2008-08-131-2/+2
* Enhance error messageThiago Macieira2008-08-131-1/+1
* Try auto-creation of branchesThiago Macieira2008-08-131-2/+9
* Fix the double UTF-8 encoding of the author name. In hindsight I maybe should...Thiago Macieira2007-12-281-2/+2
* Wait forever. Not very efficient, but works.Thiago Macieira2007-12-281-1/+1
* Fail if writing to the process failsThiago Macieira2007-12-281-4/+3
* Don't start the git-fast-import process twice. And make it log itsThiago Macieira2007-12-281-4/+10
* write to disk every 10000 commits, not 9999 times each 10000 commitsThiago Macieira2007-12-271-1/+1
* checkpoint every now and thenThiago Macieira2007-12-261-0/+3
* Bugfix: don't forget the newline after the commit messageThiago Macieira2007-12-261-0/+1
* Don't crash when running in dry-modeThiago Macieira2007-12-251-1/+5
* Keep track of when a given branch was created insteadThiago Macieira2007-12-251-8/+6
* Add auto-recurse codeThiago Macieira2007-12-241-2/+5
* Append instead of overwriting the output file in dry-run modeThiago Macieira2007-12-241-1/+1
* s,/,_, in the output filenames in dry-run modeThiago Macieira2007-12-241-1/+3
* remove the source branch in the rulesThiago Macieira2007-12-241-4/+0
* Add support for branch creation on-the-flyThiago Macieira2007-12-241-0/+30
* Output dry-run data to a file, for analysis laterThiago Macieira2007-12-241-1/+2
* Allow one to have references to outside refs/headsThiago Macieira2007-12-241-3/+3
* Improve error messageThiago Macieira2007-12-241-1/+1
* Prepend refs/heads/ to the origin branch tooThiago Macieira2007-12-241-0/+2
* Avoid warnings on exitThiago Macieira2007-12-241-1/+1
* I like this betterThiago Macieira2007-12-241-1/+1
* Extra newline after the reset commandThiago Macieira2007-12-241-1/+1
* Add support for resuming workThiago Macieira2007-12-241-3/+37
* Fix crashes and improve behaviourThiago Macieira2007-12-241-2/+9
* Introduce the dry-run modeThiago Macieira2007-12-231-1/+8
* Implement the commit transactionThiago Macieira2007-12-231-0/+123
* Add the Repository classThiago Macieira2007-12-231-0/+32