BrightLight / RepoCop

RepoCop is a repository hook framework written in C#
3 stars 2 forks source link

AuthorCondition is case sensitive. Add option to turn that off. #26

Closed BrightLight closed 4 years ago

BrightLight commented 4 years ago

At the moment, the AuthorCondition class checks the author of the commit against the exact casing given in the <AuthorCondition> tag. There should be an option to turn that off, so that the casing doesn't matter.