Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't let me waste 2 hours doing an import if the identity map file wasn't ↵ | Thiago Macieira | 2009-07-20 | 1 | -1/+4 |
| | | | | found... | ||||
* | Add support for annotated tags | Thiago Macieira | 2009-06-08 | 6 | -8/+121 |
| | |||||
* | Fix the recursing when the sub-path was modified instead of just added | Thiago Macieira | 2009-06-08 | 1 | -1/+3 |
| | |||||
* | Support Qt 4.3 too | Thiago Macieira | 2009-02-20 | 1 | -0/+4 |
| | |||||
* | Properly interpret Subversion dates as UTC. | Anders Kaseorg | 2009-01-08 | 1 | -1/+1 |
| | | | | | | | | mktime interprets its input in the local timezone. This can be fixed by using timegm instead of mktime. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Add a --no-metadata option to suppress the svn info in commit messages. | Anders Kaseorg | 2009-01-08 | 2 | -2/+4 |
| | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Read symbolic links correctly. | Anders Kaseorg | 2009-01-08 | 1 | -6/+20 |
| | | | | | | | | ---1257098496-2120511158-1230496052=:2755Symlinks are described in Subversion by a file with propertysvn:special set to “*”, with contents “link <target of symlink>”. We need to strip off the “link ” when exporting to Git. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Thiago Macieira <thiago@kde.org> | ||||
* | Add missing calls to svn_stream_close(). | Anders Kaseorg | 2009-01-08 | 1 | -0/+2 |
| | | | | | | | ---1257098496-5312088-1230496020=:2755svn_stream_copy() does not automatically close its streams. (Thatfeature will be added in Subversion 1.6’s svn_stream_copy3().) 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 | 2 | -5/+8 |
| | | | | SVN revision | ||||
* | Store the modified files in git-fast-import format already. | Thiago Macieira | 2008-08-24 | 2 | -20/+14 |
| | | | | 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 | 2 | -0/+36 |
| | |||||
* | General improvements and reload branches automatically when starting ↵ | Thiago Macieira | 2008-08-18 | 3 | -14/+21 |
| | | | | 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 | ||||
* | Do not try to recurse into files when under a "recurse" action | Thiago Macieira | 2008-08-18 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Implement the identity map | Thiago Macieira | 2007-12-28 | 3 | -0/+32 |
| | |||||
* | Wait forever. Not very efficient, but works. | Thiago Macieira | 2007-12-28 | 2 | -4/+3 |
| | |||||
* | Fail if writing to the process fails | Thiago Macieira | 2007-12-28 | 3 | -6/+15 |
| | |||||
* | 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. | ||||
* | Complement the recurse rule finding (or not finding) | Thiago Macieira | 2007-12-27 | 1 | -1/+3 |
| | |||||
* | Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule. | Thiago Macieira | 2007-12-27 | 3 | -7/+27 |
| | |||||
* | write to disk every 10000 commits, not 9999 times each 10000 commits | Thiago Macieira | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | Allow one commit to multiple branches of the same repository. | Thiago Macieira | 2007-12-26 | 1 | -2/+2 |
| | |||||
* | checkpoint every now and then | Thiago Macieira | 2007-12-26 | 2 | -0/+4 |
| | |||||
* | Bugfix: don't forget the newline after the commit message | Thiago Macieira | 2007-12-26 | 1 | -0/+1 |
| | |||||
* | Add missing return | Thiago Macieira | 2007-12-26 | 1 | -0/+2 |
| | |||||
* | Avoid ending slashes and mid double-slashes | Thiago Macieira | 2007-12-26 | 1 | -6/+5 |
| | |||||
* | More information when saying you can't continue | Thiago Macieira | 2007-12-26 | 1 | -1/+2 |
| | |||||
* | Don't recurse into a directory if it's a perfect branch | Thiago Macieira | 2007-12-26 | 1 | -0/+1 |
| | |||||
* | Skip entries in recursion if said entries are in the changelist already | Thiago Macieira | 2007-12-26 | 1 | -6/+15 |
| | |||||
* | Don't crash when running in dry-mode | Thiago Macieira | 2007-12-25 | 2 | -2/+6 |
| | |||||
* | Keep track of when a given branch was created instead | Thiago Macieira | 2007-12-25 | 2 | -9/+7 |
| | |||||
* | Remove the recurse rule | Thiago Macieira | 2007-12-24 | 3 | -27/+11 |
| | |||||
* | This should be a space | Thiago Macieira | 2007-12-24 | 1 | -1/+1 |
| | |||||
* | Beautify the rule debug output | Thiago Macieira | 2007-12-24 | 3 | -4/+18 |
| | |||||
* | Add auto-recurse code | Thiago Macieira | 2007-12-24 | 2 | -8/+19 |
| | |||||
* | 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 | 2 | -3/+5 |
| | |||||
* | Don't request recurse rules when asking where something came from | Thiago Macieira | 2007-12-24 | 1 | -2/+9 |
| | |||||
* | Refactor and add the ability to recurse into certain subdirs | Thiago Macieira | 2007-12-24 | 3 | -139/+273 |
| | |||||
* | Ignore paths being deleted when we don't know anything about them | Thiago Macieira | 2007-12-24 | 1 | -1/+3 |
| | |||||
* | more information at the end of the revision export | Thiago Macieira | 2007-12-24 | 1 | -6/+6 |
| | |||||
* | use printf here | Thiago Macieira | 2007-12-24 | 1 | -1/+2 |
| |