Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an option to print some stats after a run. | Torgny Nyblom | 2010-12-04 | 1 | -3/+19 |
| | |||||
* | Fix issue with variables not being defined when reading include files | Torgny Nyblom | 2010-11-01 | 1 | -0/+2 |
| | |||||
* | Fix filename and linenumber for included rulefiles. | Torgny Nyblom | 2010-10-26 | 1 | -1/+2 |
| | |||||
* | Allow more then one rule file to be used in a single run. | Torgny Nyblom | 2010-09-29 | 1 | -2/+20 |
| | |||||
* | Unify debug messages and Match structs | Torgny Nyblom | 2010-09-28 | 1 | -6/+20 |
| | |||||
* | Spaces no tabs | Torgny Nyblom | 2010-09-09 | 1 | -2/+2 |
| | |||||
* | Make it possible to use "include file" for including the rules in "file". | Torgny Nyblom | 2010-09-09 | 1 | -0/+2 |
| | |||||
* | Provide a way to merge repositories | Raja R Harinath | 2010-07-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Suppose you have multiple repositories in SVN that you want to merge into a single one in GIT, it can get very messy to handle all the special-case rules. Instead, we introduce a new "forwarding repository" concept, which looks like repository subordinate repository unified prefix foo/ end repository This forwards all commits on the "subordinate" SVN tree to the "unified" GIT tree, with each file prefixed with "foo/". | ||||
* | Ditch the Rootdir option and add a prefix one instead (Thiago is always ↵ | Torgny Nyblom | 2010-04-12 | 1 | -1/+1 |
| | | | | correct :)) | ||||
* | Add support for a new rule tag: | Torgny Nyblom | 2010-03-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | rootdir /a/path/ This should be the part of the match that shouldn't be included in the commited path. Ex: match /trunk/kdenetwork/kmail/ rootdir /trunk/kdenetwork/ repository KDE/kdepim branch master end match This would but all matched files/directories under kmail into the repository under the subdir kmail | ||||
* | 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. | ||||
* | Add support for annotated tags | Thiago Macieira | 2009-06-08 | 1 | -1/+2 |
| | |||||
* | Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule. | Thiago Macieira | 2007-12-27 | 1 | -1/+2 |
| | |||||
* | Remove the recurse rule | Thiago Macieira | 2007-12-24 | 1 | -2/+1 |
| | |||||
* | Beautify the rule debug output | Thiago Macieira | 2007-12-24 | 1 | -0/+5 |
| | |||||
* | Refactor and add the ability to recurse into certain subdirs | Thiago Macieira | 2007-12-24 | 1 | -1/+7 |
| | |||||
* | remove the source branch in the rules | Thiago Macieira | 2007-12-24 | 1 | -1/+0 |
| | |||||
* | Support for pathless rules | Thiago Macieira | 2007-12-24 | 1 | -1/+0 |
| | |||||
* | Add some more line number information | Thiago Macieira | 2007-12-24 | 1 | -1/+5 |
| | |||||
* | Add support for min/max revision ranges | Thiago Macieira | 2007-12-24 | 1 | -0/+4 |
| | |||||
* | Initial version | Thiago Macieira | 2007-12-23 | 1 | -0/+62 |