Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 1 | -3/+3 |
* | PathMatcher: fix handling of **/ | Marc Strapetz | 2018-02-22 | 1 | -0/+28 |
* | Strings#convertGlob: fix escaping of patterns like [\[]. | Dmitry Pavlenko | 2017-12-21 | 1 | -0/+8 |
* | Fix some tests for running in bazel | Thomas Wolf | 2017-08-31 | 1 | -3/+4 |
* | Exclude file matching: fix backtracking on match failures after ** | Thomas Wolf | 2017-08-27 | 1 | -0/+45 |
* | Fix path pattern matching to work also for gitattributes | Thomas Wolf | 2017-08-27 | 1 | -0/+94 |
* | Add new tests for gitignore/gitattribute pattern matching | Thomas Wolf | 2017-08-27 | 1 | -0/+241 |