aboutsummaryrefslogtreecommitdiffstats
path: root/src/ruleparser.h
Commit message (Collapse)AuthorAgeFilesLines
* Ditch the Rootdir option and add a prefix one instead (Thiago is always ↵Torgny Nyblom2010-04-121-1/+1
| | | | correct :))
* Add support for a new rule tag:Torgny Nyblom2010-03-151-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 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-1/+2
|
* Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.Thiago Macieira2007-12-271-1/+2
|
* Remove the recurse ruleThiago Macieira2007-12-241-2/+1
|
* Beautify the rule debug outputThiago Macieira2007-12-241-0/+5
|
* Refactor and add the ability to recurse into certain subdirsThiago Macieira2007-12-241-1/+7
|
* remove the source branch in the rulesThiago Macieira2007-12-241-1/+0
|
* Support for pathless rulesThiago Macieira2007-12-241-1/+0
|
* Add some more line number informationThiago Macieira2007-12-241-1/+5
|
* Add support for min/max revision rangesThiago Macieira2007-12-241-0/+4
|
* Initial versionThiago Macieira2007-12-231-0/+62