index
:
svn2git
distro/mga
master
KDE's svn2git Fast Subversion to Git conversion utility
Colin Guthrie [colin]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
repository.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove stray backslash in source code.
Nicolás Alvarez
2012-04-17
1
-1
/
+1
*
Merge commit 'refs/merge-requests/14' of gitorious.org:svn2git/svn2git into m...
Torgny Nyblom
2011-05-08
1
-3
/
+78
|
\
|
*
Add support for adding svn commit info metadata as git notes.
Modestas Vainius
2011-04-24
1
-3
/
+78
*
|
Support 'description' field in the create repository rule.
Modestas Vainius
2011-04-24
1
-0
/
+9
|
/
*
Use +0000 instead of -0000 for timezone indicator in timestamps.
Nicolás Alvarez
2011-04-18
1
-2
/
+2
*
Save deleted branches in a visible namespace
Sebastian Pipping
2011-04-08
1
-1
/
+5
*
Create backup reference before deletion of the original branch
Jehan Bing
2011-03-21
1
-3
/
+4
*
Fix encoding of author names.
Nicolás Alvarez
2011-01-29
1
-0
/
+1
*
Only print warning if it applies
Torgny Nyblom
2011-01-15
1
-1
/
+1
*
Fix serious performance regression.
Nicolás Alvarez
2010-12-23
1
-0
/
+3
*
Make sure that there are merges recorded before trying to read the last one
Torgny Nyblom
2010-12-21
1
-1
/
+1
*
Try and fix cvs2svn multiple merge points for branches and tags.
Torgny Nyblom
2010-12-21
1
-19
/
+27
*
Make the tagging commands visible in the gitlog aswell
Torgny Nyblom
2010-12-20
1
-6
/
+6
*
Only call startFastImport when needed
Torgny Nyblom
2010-12-16
1
-1
/
+1
*
Be more clear about what are warnings
Torgny Nyblom
2010-12-16
1
-11
/
+11
*
Move branch creation/deletion/restting to Repository and write these in
Torgny Nyblom
2010-12-15
1
-5
/
+16
*
Ditch PrefixingRepository in favor of a memmber variable in
Torgny Nyblom
2010-12-15
1
-256
/
+29
*
call startFastImport where it is used.
Torgny Nyblom
2010-12-13
1
-4
/
+2
*
Code style
Torgny Nyblom
2010-12-13
1
-1
/
+2
*
Make sure fastImport is started before adding file
Niko Sams
2010-10-07
1
-0
/
+1
*
Unify debug messages and Match structs
Torgny Nyblom
2010-09-28
1
-1
/
+1
*
call startFastImport() in commit()
Niko Sams
2010-09-24
1
-1
/
+1
*
touch fastImport process in startFastImport()
Niko Sams
2010-09-24
1
-0
/
+2
*
add assertions to write() methods to make sure nothing is written into a clos...
Niko Sams
2010-09-24
1
-0
/
+8
*
output repository name that crashed, helpful to know which logs to look at
Niko Sams
2010-09-24
1
-1
/
+1
*
Readd br.marks.last() to various places as a mark of "0" is used to mark
Torgny Nyblom
2010-09-17
1
-4
/
+4
*
Fix assert when br.marks is empty
Torgny Nyblom
2010-09-15
1
-1
/
+1
*
Make the fastImport into a logging instance, logging is enabled when the "--d...
Torgny Nyblom
2010-09-13
1
-7
/
+67
*
Better log messages
Torgny Nyblom
2010-09-09
1
-2
/
+2
*
Spaces not tabs
Torgny Nyblom
2010-09-08
1
-1
/
+1
*
Inter branch merging causes git log to break with fatal internal errors
Torgny Nyblom
2010-09-08
1
-4
/
+4
*
Don't print the same message as in Transaction()
Torgny Nyblom
2010-09-08
1
-4
/
+0
*
White space cleanup & debug statments
Torgny Nyblom
2010-09-04
1
-121
/
+141
*
Merge branch 'master' of git://gitorious.org/svn2git/svn2git
Raja R Harinath
2010-08-24
1
-4
/
+16
|
\
|
*
Merge commit 'refs/merge-requests/1' of git://gitorious.org/~marcguenther/svn...
Torgny Nyblom
2010-08-09
1
-1
/
+1
|
|
\
|
|
*
Merge branch 'master' of gitorious.org:svn2git/svn2git
Marc Guenther
2010-05-06
1
-12
/
+24
|
|
|
\
|
|
*
|
small typo in debug message
Marc Guenther
2010-04-20
1
-1
/
+1
|
*
|
|
If a branch is created from a previous commit that doesn't touch the branch f...
Torgny Nyblom
2010-08-09
1
-8
/
+25
|
*
|
|
Save the exported marks along with the associated revisions for later use.
Torgny Nyblom
2010-05-18
1
-0
/
+13
|
*
|
|
Make git fast-import save the used marks and hashes for later use.
Torgny Nyblom
2010-05-18
1
-1
/
+6
|
*
|
|
Initialize lastmark
Torgny Nyblom
2010-05-18
1
-1
/
+1
|
*
|
|
Add debug
Torgny Nyblom
2010-05-08
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Provide a way to merge repositories
Raja R Harinath
2010-07-22
1
-1
/
+61
*
|
|
Extract out public methods of Repository into an abstract base class
Raja R Harinath
2010-07-22
1
-26
/
+127
*
|
|
Move backup branches and tags to refs/branches/
Raja R Harinath
2010-07-21
1
-1
/
+1
*
|
|
Carve out Repository::markFrom from createBranch(), and noteCopyFromBranch()
Raja R Harinath
2010-07-21
1
-43
/
+41
*
|
|
Make Repository::createBranch use resetBranch now that they're similar
Raja R Harinath
2010-07-21
1
-24
/
+1
*
|
|
Re-arrange Repository::createBranch to be closer to resetBranch
Raja R Harinath
2010-07-21
1
-19
/
+19
*
|
|
Add a resetBranch() to help refactor createBranch and deleteBranch.
Raja R Harinath
2010-07-20
1
-4
/
+11
*
|
|
Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE instead
Raja R Harinath
2010-07-20
1
-3
/
+7
[next]