aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert half of last commit, only one regexp was duplicate.Torgny Nyblom2010-03-141-2/+4
|
* Remove duplicate regexpTorgny Nyblom2010-03-141-7/+4
|
* Change license on files where I am copyright holder to GPLv3.Thiago Macieira2010-03-031-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 tagsThiago Macieira2009-06-081-0/+4
|
* Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.Thiago Macieira2007-12-271-0/+2
|
* Remove the recurse ruleThiago Macieira2007-12-241-2/+0
|
* This should be a spaceThiago Macieira2007-12-241-1/+1
|
* Beautify the rule debug outputThiago Macieira2007-12-241-0/+9
|
* Refactor and add the ability to recurse into certain subdirsThiago Macieira2007-12-241-0/+14
|
* remove the source branch in the rulesThiago Macieira2007-12-241-2/+1
|
* Support for pathless rulesThiago Macieira2007-12-241-4/+0
|
* Add some more line number informationThiago Macieira2007-12-241-0/+2
|
* add some more information to the outputThiago Macieira2007-12-241-1/+4
|
* Make it a fatal error to have a malformed line in the rules fileThiago Macieira2007-12-241-2/+1
|
* Add support for min/max revision rangesThiago Macieira2007-12-241-0/+8
|
* Allow repository names with dashes tooThiago Macieira2007-12-241-2/+2
|
* Fix rule parsing again: cap(0) is the entire matchThiago Macieira2007-12-231-18/+18
|
* Parse rules correctlyThiago Macieira2007-12-231-3/+8
|
* Add missing functionThiago Macieira2007-12-231-0/+4
|
* Initial versionThiago Macieira2007-12-231-0/+111