]> source.dussan.org Git - gitblit.git/commit
Compile regex patterns once and use matches instead of find (issue 103)
authorJames Moger <james.moger@gitblit.com>
Thu, 2 Aug 2012 19:53:51 +0000 (15:53 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 2 Aug 2012 19:53:51 +0000 (15:53 -0400)
commitbb55f5aec092b22ee4b86152c0e0111df48eb34e
tree6a006180354dd77eac0782250ff52961d5dad815
parent6adf56bb13227afac2c37871b3443fb5354d132c
Compile regex patterns once and use matches instead of find (issue 103)
src/com/gitblit/utils/JGitUtils.java
tests/com/gitblit/tests/JGitUtilsTest.java