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
*
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
*
|
|
Make error handling of --incremental and --resume-from idempotent
Raja R Harinath
2010-07-11
1
-5
/
+23
*
|
|
make --incremental robust to inconsistent import directories
Raja R Harinath
2010-07-10
1
-12
/
+73
*
|
|
Reduce size of fast-import marks file by not persisting file-level marks
Raja R Harinath
2010-07-10
1
-6
/
+23
*
|
|
Ensure deleteBranch() actually writes to git-fast-import
Raja R Harinath
2010-07-09
1
-0
/
+1
*
|
|
Introduce incremental mode with --incremental flag
Raja R Harinath
2010-07-09
1
-18
/
+77
*
|
|
Handle SVN directory deletes that lead to branch deletes
Raja R Harinath
2010-07-08
1
-1
/
+25
*
|
|
Move SVN revision to fast-import mark mapping to the per-branch datastructure.
Raja R Harinath
2010-07-05
1
-26
/
+31
*
|
|
Properly implement the 16-parent limit, rather than conservatively stopping at
Raja R Harinath
2010-07-05
1
-8
/
+8
*
|
|
Infer some copy sources as additional parents
Raja R Harinath
2010-07-01
1
-9
/
+63
*
|
|
Add --force to 'git fast-import' command-line
Raja R Harinath
2010-06-21
1
-1
/
+1
*
|
|
Fix type error
Raja R Harinath
2010-06-21
1
-1
/
+1
*
|
|
Improve progess log
Raja R Harinath
2010-06-20
1
-12
/
+24
*
|
|
Track commits per-branch
Raja R Harinath
2010-06-20
1
-12
/
+16
*
|
|
Improve determination of branch point
Raja R Harinath
2010-06-19
1
-5
/
+8
*
|
|
Store marks to file so that the ProcessCache system works
Raja R Harinath
2010-06-19
1
-2
/
+10
*
|
|
Fix typo
Raja R Harinath
2010-06-19
1
-1
/
+1
*
|
|
Initialize lastmark
Raja R Harinath
2010-06-19
1
-1
/
+1
|
/
/
*
|
Try and branch from the correct svn revision rather then the last one.
Torgny Nyblom
2010-05-04
1
-9
/
+21
*
|
Print more info on what is exported where
Ulrich Spörlein
2010-04-29
1
-3
/
+3
|
/
*
Move slash cleaning to a more generic place
Torgny Nyblom
2010-04-14
1
-1
/
+4
*
Add commandline option for when to flush the commit queue.
Torgny Nyblom
2010-03-25
1
-1
/
+1
*
Change license on files where I am copyright holder to GPLv3.
Thiago Macieira
2010-03-03
1
-1
/
+1
*
make dry-run a command line switch instead of a compile-time switch
Thomas Zander
2009-10-21
1
-21
/
+21
*
Replace options with the one from vng and use its options for better usability
Thomas Zander
2009-10-21
1
-3
/
+3
*
Create repos as we go.
Thomas Zander
2009-10-20
1
-0
/
+12
*
Add support for annotated tags
Thiago Macieira
2009-06-08
1
-1
/
+72
*
Support Qt 4.3 too
Thiago Macieira
2009-02-20
1
-0
/
+4
*
Add a --no-metadata option to suppress the svn info in commit messages.
Anders Kaseorg
2009-01-08
1
-1
/
+3
*
Fix initialization of Repository::lastmark when creating a new transaction.
Anders Kaseorg
2009-01-08
1
-1
/
+1
*
Fix a bug when committing to two branches of the same repository in the same ...
Thiago Macieira
2008-08-26
1
-4
/
+6
*
Store the modified files in git-fast-import format already.
Thiago Macieira
2008-08-24
1
-15
/
+13
*
Add a process cache to keep the number of processes under 100
Thiago Macieira
2008-08-23
1
-0
/
+34
[next]