Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the handling of .git/info/exclude and core.excludesFile | Thomas Wolf | 2022-07-15 | 1 | -0/+82 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1 | -38/+5 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 1 | -3/+3 |
* | Skip ignored directories in FileTreeIterator | Thomas Wolf | 2018-05-22 | 1 | -1/+3 |
* | Fix processing of gitignore negations | Marc Strapetz | 2018-02-23 | 1 | -0/+64 |
* | PathMatcher: fix handling of **/ | Marc Strapetz | 2018-02-22 | 1 | -0/+28 |
* | CGitIgnoreTest: also test untracked files | Marc Strapetz | 2018-02-21 | 1 | -5/+30 |
* | Strings#convertGlob: fix escaping of patterns like [\[]. | Dmitry Pavlenko | 2017-12-21 | 1 | -0/+27 |
* | 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/+37 |
* | Add new tests for gitignore/gitattribute pattern matching | Thomas Wolf | 2017-08-27 | 1 | -0/+206 |