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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
White space cleanup & debug statments
Torgny Nyblom
2010-09-04
1
-6
/
+6
*
Provide a way to merge repositories
Raja R Harinath
2010-07-22
1
-1
/
+0
*
Extract out public methods of Repository into an abstract base class
Raja R Harinath
2010-07-22
1
-83
/
+26
*
Carve out Repository::markFrom from createBranch(), and noteCopyFromBranch()
Raja R Harinath
2010-07-21
1
-0
/
+1
*
Add a resetBranch() to help refactor createBranch and deleteBranch.
Raja R Harinath
2010-07-20
1
-0
/
+2
*
Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE instead
Raja R Harinath
2010-07-20
1
-3
/
+3
*
Make error handling of --incremental and --resume-from idempotent
Raja R Harinath
2010-07-11
1
-0
/
+1
*
make --incremental robust to inconsistent import directories
Raja R Harinath
2010-07-10
1
-1
/
+1
*
Reduce size of fast-import marks file by not persisting file-level marks
Raja R Harinath
2010-07-10
1
-1
/
+10
*
Introduce incremental mode with --incremental flag
Raja R Harinath
2010-07-09
1
-0
/
+1
*
Handle SVN directory deletes that lead to branch deletes
Raja R Harinath
2010-07-08
1
-0
/
+1
*
Move SVN revision to fast-import mark mapping to the per-branch datastructure.
Raja R Harinath
2010-07-05
1
-1
/
+1
*
Infer some copy sources as additional parents
Raja R Harinath
2010-07-01
1
-0
/
+4
*
Track commits per-branch
Raja R Harinath
2010-06-20
1
-1
/
+1
*
Try and branch from the correct svn revision rather then the last one.
Torgny Nyblom
2010-05-04
1
-0
/
+3
*
Change license on files where I am copyright holder to GPLv3.
Thiago Macieira
2010-03-03
1
-1
/
+1
*
Add support for annotated tags
Thiago Macieira
2009-06-08
1
-0
/
+15
*
Fix a bug when committing to two branches of the same repository in the same ...
Thiago Macieira
2008-08-26
1
-1
/
+2
*
Store the modified files in git-fast-import format already.
Thiago Macieira
2008-08-24
1
-5
/
+1
*
Add a process cache to keep the number of processes under 100
Thiago Macieira
2008-08-23
1
-0
/
+2
*
Fail if writing to the process fails
Thiago Macieira
2007-12-28
1
-0
/
+1
*
checkpoint every now and then
Thiago Macieira
2007-12-26
1
-0
/
+1
*
Don't crash when running in dry-mode
Thiago Macieira
2007-12-25
1
-1
/
+1
*
Keep track of when a given branch was created instead
Thiago Macieira
2007-12-25
1
-1
/
+1
*
remove the source branch in the rules
Thiago Macieira
2007-12-24
1
-1
/
+0
*
Add support for branch creation on-the-fly
Thiago Macieira
2007-12-24
1
-0
/
+2
*
Add support for resuming work
Thiago Macieira
2007-12-24
1
-0
/
+3
*
Fix crashes and improve behaviour
Thiago Macieira
2007-12-24
1
-0
/
+1
*
Implement the commit transaction
Thiago Macieira
2007-12-23
1
-1
/
+3
*
Add SVN code
Thiago Macieira
2007-12-23
1
-4
/
+39
*
Add the Repository class
Thiago Macieira
2007-12-23
1
-0
/
+43