aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/ignore/IgnoreNode.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-231-3/+43
* [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnoredMatthias Sohn2020-12-221-1/+4
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove deprecated IgnoreNode#isIgnored methodMatthias Sohn2018-03-101-29/+0
* Fix warnings about boxing/unboxing BooleanDavid Pursehouse2018-02-251-2/+4
* Fix processing of gitignore negationsMarc Strapetz2018-02-231-30/+37
* Fix javadoc in org.eclipse.jgit ignore packageMatthias Sohn2017-12-181-4/+11
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Don't keep empty ignore rules in the ignore node listAndrey Loskutov2015-07-211-1/+4
* Allow leading/trailing spaces in ignore rulesAndrey Loskutov2015-07-211-2/+2
* Consider parent rules if ignore rule is negatedAndrey Loskutov2014-11-291-6/+58
* Reimplementation of ignore rule parserAndrey Loskutov2014-10-271-6/+6
* Don't treat "/" as valid ignore patternRobin Stocker2013-09-091-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Move ignore node handling into WorkingTreeIteratorShawn O. Pearce2010-07-211-157/+67
* Add compatibility with gitignore specificationsCharley Wang2010-07-131-0/+236