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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a resetBranch() to help refactor createBranch and deleteBranch.
Raja R Harinath
2010-07-20
2
-4
/
+13
*
Remove exit(1) in createBranch. Return EXIT_SUCCESS/EXIT_FAILURE instead
Raja R Harinath
2010-07-20
3
-9
/
+13
*
Make the new incremental mode permanent
Raja R Harinath
2010-07-19
1
-25
/
+21
*
Handle branching better for branches that use "prefix" rules
Raja R Harinath
2010-07-12
1
-3
/
+12
*
Make error handling of --incremental and --resume-from idempotent
Raja R Harinath
2010-07-11
3
-19
/
+54
*
make --incremental robust to inconsistent import directories
Raja R Harinath
2010-07-10
3
-15
/
+94
*
Reduce size of fast-import marks file by not persisting file-level marks
Raja R Harinath
2010-07-10
2
-7
/
+33
*
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
3
-21
/
+92
*
Handle SVN directory deletes that lead to branch deletes
Raja R Harinath
2010-07-08
3
-23
/
+67
*
Move SVN revision to fast-import mark mapping to the per-branch datastructure.
Raja R Harinath
2010-07-05
2
-27
/
+32
*
Properly implement the 16-parent limit, rather than conservatively stopping at
Raja R Harinath
2010-07-05
1
-8
/
+8
*
Don't skip same branch revisions when inferring multiple merge parents.
Raja R Harinath
2010-07-01
1
-6
/
+2
*
Infer some copy sources as additional parents
Raja R Harinath
2010-07-01
3
-54
/
+130
*
Exit with EXIT_FAILURE if svn.exportRevision() failed
Raja R Harinath
2010-07-01
1
-4
/
+8
*
Handle same branch copies using createBranch to allow reseating
Raja R Harinath
2010-07-01
1
-12
/
+12
*
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
2
-13
/
+17
*
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
*
Add proper APR_INCLUDE for openSUSE
Johannes Obermayr
2010-06-19
1
-1
/
+1
*
Try and branch from the correct svn revision rather then the last one.
Torgny Nyblom
2010-05-04
2
-9
/
+24
*
Fix svn.replace
Torgny Nyblom
2010-05-03
1
-5
/
+5
*
Implement the replace node changeset which exists from some repositories name...
Ulrich Spörlein
2010-04-29
1
-5
/
+23
*
Split into two rows.
Torgny Nyblom
2010-04-29
1
-1
/
+2
*
Print more info on what is exported where
Ulrich Spörlein
2010-04-29
1
-3
/
+3
*
Merge remote branch 'svn2git/master'
Marc Guenther marcguenther@me.com
2010-04-14
2
-5
/
+5
|
\
|
*
Move slash cleaning to a more generic place
Torgny Nyblom
2010-04-14
2
-5
/
+5
*
|
Merge remote branch 'svn2git/master'
Marc Guenther marcguenther@me.com
2010-04-14
2
-7
/
+5
|
\
\
|
|
/
|
*
Fix logical error in last commit. There was no slash added between
Torgny Nyblom
2010-04-13
2
-7
/
+5
*
|
'prefix' rule didn't allow \1 \2 replacements
Marc Guenther marcguenther@me.com
2010-04-14
1
-1
/
+2
|
/
*
Oups (use the correct string)
Torgny Nyblom
2010-04-12
1
-1
/
+1
*
Fix logical error (deleted paths was ignored)
Torgny Nyblom
2010-04-12
2
-2
/
+7
*
Ditch the Rootdir option and add a prefix one instead (Thiago is always corre...
Torgny Nyblom
2010-04-12
3
-15
/
+12
*
Add support for git-svn author files
Sebastian Pipping
2010-03-27
1
-1
/
+8
*
Add command line option to print what rules are used on each file.
Torgny Nyblom
2010-03-25
2
-0
/
+3
*
Add commandline option for when to flush the commit queue.
Torgny Nyblom
2010-03-25
2
-1
/
+2
*
Add support for a new rule tag:
Torgny Nyblom
2010-03-15
3
-6
/
+20
*
Revert half of last commit, only one regexp was duplicate.
Torgny Nyblom
2010-03-14
1
-2
/
+4
*
Remove duplicate regexp
Torgny Nyblom
2010-03-14
1
-7
/
+4
*
Update with vng version; Fix command line parser reporting wrong options
Thomas Zander
2010-03-06
1
-3
/
+5
*
Change license on files where I am copyright holder to GPLv3.
Thiago Macieira
2010-03-03
7
-7
/
+7
*
make dry-run a command line switch instead of a compile-time switch
Thomas Zander
2009-10-21
4
-43
/
+43
*
Replace options with the one from vng and use its options for better usability
Thomas Zander
2009-10-21
7
-184
/
+559
*
Make passing in a trailing slash not assert.
Thomas Zander
2009-10-20
1
-1
/
+4
*
Add commented out way to compile a dry-run version
Thomas Zander
2009-10-20
1
-1
/
+2
[next]