aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore
Commit message (Expand)AuthorAgeFilesLines
* Default for global (user) git ignore fileThomas Wolf2023-06-191-0/+108
* Fix the handling of .git/info/exclude and core.excludesFileThomas Wolf2022-07-151-0/+82
* Remove duplicate copyright statementsMatthias Sohn2020-01-041-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-047-266/+35
* Close TreeWalks in testsThomas Wolf2019-10-151-0/+8
* gitignore/gitattributes: fix matching of \rMarc Strapetz2018-10-271-0/+9
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-5/+5
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-222-2/+6
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* Remove deprecated IgnoreNode#isIgnored methodMatthias Sohn2018-03-101-14/+0
* IgnoreNodeTest: Suppress deprecation warnings in testEmptyIgnoreNodeDavid Pursehouse2018-02-251-0/+1
* Fix processing of gitignore negationsMarc Strapetz2018-02-232-1/+296
* PathMatcher: fix handling of **/Marc Strapetz2018-02-222-1/+76
* CGitIgnoreTest: also test untracked filesMarc Strapetz2018-02-211-5/+30
* Merge branch 'stable-4.9'Matthias Sohn2017-12-231-0/+27
|\
| * Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-211-0/+27
* | Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-2/+3
* | Make local assert methods private in test classesDavid Pursehouse2017-12-012-4/+4
|/
* Fix some tests for running in bazelThomas Wolf2017-08-311-3/+4
* Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-271-0/+37
* Add new tests for gitignore/gitattribute pattern matchingThomas Wolf2017-08-271-0/+206
* Fix off-by-one error in Strings.count()Thomas Wolf2017-08-141-0/+73
* Fix matching ignores and attributes pattern of form a/b/**.Dmitry Pavlenko2017-07-241-1/+6
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-143-1/+43
* Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-201-2/+1
* Fixed jgit test failures on WindowsAndrey Loskutov2015-10-121-0/+4
* [ignore rules] fix for handling unmatched '[' bracketsAndrey Loskutov2015-09-302-1/+55
* [ignore rules] fix for backslash handlingAndrey Loskutov2015-09-261-8/+32
* [ignore rules] Fix for character group matcherAndrey Loskutov2015-09-261-0/+1
* Properly support special regex characters in ignore rulesAndrey Loskutov2015-09-241-0/+78
* Consider original file mode while checking parent ignore rulesAndrey Loskutov2015-08-121-0/+50
* Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-211-1/+21
* Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-0/+61
* Allow leading literal '#' and '!' in ignore rules if they are escapedAndrey Loskutov2015-07-211-0/+12
* Don't trim trailing space if it is escaped with backslashAndrey Loskutov2015-07-211-0/+6
* Consider only escaping backslash for regular expressions in ignore rulesAndrey Loskutov2015-07-211-0/+10
* Delete deprecated class IgnoreRuleMatthias Sohn2015-04-254-599/+72
* PathMatcher should respect "assumeDirectory" flagAndrey Loskutov2014-12-281-14/+101
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-2/+211
* Don't use java.util.regex for two simple wildcard casesAndrey Loskutov2014-11-183-21/+26
* Expand wildcard imports to specfic classesShawn Pearce2014-11-104-16/+17
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-275-4/+1915
* Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker2013-12-031-0/+12
* Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-0/+11
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+1
* Fix IgnoreRule for directory-only patternsMarc Strapetz2011-01-071-0/+10
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-312-5/+27
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0