aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreNodeTest.java
Commit message (Expand)AuthorAgeFilesLines
* Default for global (user) git ignore fileThomas Wolf2023-06-191-0/+108
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Close TreeWalks in testsThomas Wolf2019-10-151-0/+8
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-221-1/+3
* 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-231-1/+232
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-2/+3
* Ignore trailing spaces in directory rule patternsAndrey Loskutov2016-09-141-1/+4
* Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-201-2/+1
* Fixed jgit test failures on WindowsAndrey Loskutov2015-10-121-0/+4
* 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
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-2/+211
* 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
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+9
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-1/+2
* Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-211-0/+184