Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of gitorious.org:svn2git/svn2git | Marc Guenther | 2010-05-06 | 1 | -12/+24 |
|\ | |||||
| * | 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 |
| | | |||||
* | | small typo in debug message | Marc Guenther | 2010-04-20 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | | | | | The GPLv2 is incompatible with the Apache 2.0 License used in the SVN libs. So everyone was using this software under the GPLv3 anyway. Formalise it now. | ||||
* | 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 |
| | | | | | Instead of failing with an unhelpful error in fast-import we create the repositories we require to import into if they don't exist. | ||||
* | 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 |
| | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Fix initialization of Repository::lastmark when creating a new transaction. | Anders Kaseorg | 2009-01-08 | 1 | -1/+1 |
| | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Fix a bug when committing to two branches of the same repository in the same ↵ | Thiago Macieira | 2008-08-26 | 1 | -4/+6 |
| | | | | SVN revision | ||||
* | Store the modified files in git-fast-import format already. | Thiago Macieira | 2008-08-24 | 1 | -15/+13 |
| | | | | I don't know what went wrong, but importing KDE revision 296047 there was a mixup with the marks. So instead avoid the trouble and store the thing in in cooked format already | ||||
* | Add a process cache to keep the number of processes under 100 | Thiago Macieira | 2008-08-23 | 1 | -0/+34 |
| | |||||
* | General improvements and reload branches automatically when starting ↵ | Thiago Macieira | 2008-08-18 | 1 | -9/+18 |
| | | | | git-fast-import | ||||
* | Enhance the saving of repository data by adding a "checkpoint" command at ↵ | Thiago Macieira | 2008-08-18 | 1 | -1/+7 |
| | | | | | | the end. Though I have the impression that this doesn't do much | ||||
* | Initialize variable | Thiago Macieira | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | trim the newlines | Thiago Macieira | 2008-08-16 | 1 | -1/+1 |
| | |||||
* | Make it easier to do automatic branching | Thiago Macieira | 2008-08-13 | 1 | -23/+13 |
| | |||||
* | Auto create branches | Thiago Macieira | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | Enhance error message | Thiago Macieira | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | Try auto-creation of branches | Thiago Macieira | 2008-08-13 | 1 | -2/+9 |
| | |||||
* | Fix the double UTF-8 encoding of the author name. In hindsight I maybe ↵ | Thiago Macieira | 2007-12-28 | 1 | -2/+2 |
| | | | | shouldn't have used QTextStream. | ||||
* | Wait forever. Not very efficient, but works. | Thiago Macieira | 2007-12-28 | 1 | -1/+1 |
| | |||||
* | Fail if writing to the process fails | Thiago Macieira | 2007-12-28 | 1 | -4/+3 |
| | |||||
* | Don't start the git-fast-import process twice. And make it log its | Thiago Macieira | 2007-12-28 | 1 | -4/+10 |
| | | | | | output to a file rather than garble the output of 10-15 process in stdout. | ||||
* | write to disk every 10000 commits, not 9999 times each 10000 commits | Thiago Macieira | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | checkpoint every now and then | Thiago Macieira | 2007-12-26 | 1 | -0/+3 |
| | |||||
* | Bugfix: don't forget the newline after the commit message | Thiago Macieira | 2007-12-26 | 1 | -0/+1 |
| | |||||
* | Don't crash when running in dry-mode | Thiago Macieira | 2007-12-25 | 1 | -1/+5 |
| | |||||
* | Keep track of when a given branch was created instead | Thiago Macieira | 2007-12-25 | 1 | -8/+6 |
| | |||||
* | Add auto-recurse code | Thiago Macieira | 2007-12-24 | 1 | -2/+5 |
| | |||||
* | Append instead of overwriting the output file in dry-run mode | Thiago Macieira | 2007-12-24 | 1 | -1/+1 |
| | |||||
* | s,/,_, in the output filenames in dry-run mode | Thiago Macieira | 2007-12-24 | 1 | -1/+3 |
| | |||||
* | remove the source branch in the rules | Thiago Macieira | 2007-12-24 | 1 | -4/+0 |
| | |||||
* | Add support for branch creation on-the-fly | Thiago Macieira | 2007-12-24 | 1 | -0/+30 |
| | |||||
* | Output dry-run data to a file, for analysis later | Thiago Macieira | 2007-12-24 | 1 | -1/+2 |
| | |||||
* | Allow one to have references to outside refs/heads | Thiago Macieira | 2007-12-24 | 1 | -3/+3 |
| | |||||
* | Improve error message | Thiago Macieira | 2007-12-24 | 1 | -1/+1 |
| | |||||
* | Prepend refs/heads/ to the origin branch too | Thiago Macieira | 2007-12-24 | 1 | -0/+2 |
| | |||||
* | Avoid warnings on exit | Thiago Macieira | 2007-12-24 | 1 | -1/+1 |
| | |||||
* | I like this better | Thiago Macieira | 2007-12-24 | 1 | -1/+1 |
| | |||||
* | Extra newline after the reset command | Thiago Macieira | 2007-12-24 | 1 | -1/+1 |
| | |||||
* | Add support for resuming work | Thiago Macieira | 2007-12-24 | 1 | -3/+37 |
| | |||||
* | Fix crashes and improve behaviour | Thiago Macieira | 2007-12-24 | 1 | -2/+9 |
| | |||||
* | Introduce the dry-run mode | Thiago Macieira | 2007-12-23 | 1 | -1/+8 |
| | |||||
* | Implement the commit transaction | Thiago Macieira | 2007-12-23 | 1 | -0/+123 |
| |