aboutsummaryrefslogtreecommitdiffstats
path: root/src/repository.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop unintended re-encoding of author names from UTF-8 to ASCIIHEADmasterSebastian Pipping2013-05-191-1/+1
* Stop unintended re-encoding of author names from UTF-8 to ASCIISebastian Pipping2013-05-171-1/+1
* Use fastimport.write for the actual commit objects too, so we getUlrich Spörlein2012-11-271-23/+20
* Merge commit 'refs/merge-requests/20' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2012-11-231-2/+13
|\
| * Set marks on notes, so fast-load picks up from previous state.Daniel Hagerty2012-10-071-1/+12
| * Fix timestamps of notes to adhere to git standards by using +0000Ulrich Spörlein2012-05-121-1/+1
* | Revert "Do not initialize master branch if branches were specified in the rul...Torgny Nyblom2012-08-211-3/+2
* | Merge commit 'refs/merge-requests/13' of git://gitorious.org/svn2git/svn2git ...Torgny Nyblom2012-08-211-3/+4
|\ \ | |/ |/|
| * Do not initialize master branch if branches were specified in the ruleset.Modestas Vainius2011-04-241-2/+3
| * Initialize branches specified in the create repository ruleset.Modestas Vainius2011-04-241-1/+1
* | Remove stray backslash in source code.Nicolás Alvarez2012-04-171-1/+1
* | Merge commit 'refs/merge-requests/14' of gitorious.org:svn2git/svn2git into m...Torgny Nyblom2011-05-081-3/+78
|\ \
| * | Add support for adding svn commit info metadata as git notes.Modestas Vainius2011-04-241-3/+78
| |/
* | Support 'description' field in the create repository rule.Modestas Vainius2011-04-241-0/+9
|/
* Use +0000 instead of -0000 for timezone indicator in timestamps.Nicolás Alvarez2011-04-181-2/+2
* Save deleted branches in a visible namespaceSebastian Pipping2011-04-081-1/+5
* Create backup reference before deletion of the original branchJehan Bing2011-03-211-3/+4
* Fix encoding of author names.Nicolás Alvarez2011-01-291-0/+1
* Only print warning if it appliesTorgny Nyblom2011-01-151-1/+1
* Fix serious performance regression.Nicolás Alvarez2010-12-231-0/+3
* 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