aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/attributes
Commit message (Expand)AuthorAgeFilesLines
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-1/+2
* Merge branch 'stable-5.6'Matthias Sohn2020-02-222-2/+2
|\
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-191-1/+1
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Make the IMatcher public APIThomas Wolf2020-02-201-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-048-304/+40
|/
* Remove unnecessary modifiers from interfacesIvan Frade2018-11-153-5/+5
* Fix typosMichael Keppler2018-10-281-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Cleanup stream usage WRT filtersMarkus Duft2018-03-031-0/+6
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-212-2/+0
* Fix javadoc in org.eclipse.jgit attributes packageMatthias Sohn2017-12-1710-81/+171
* Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-271-2/+2
* Use relative paths for attribute rule matchingThomas Wolf2017-08-111-4/+10
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Support -merge attribute in binary macroMathieu Cartaud2017-06-271-1/+23
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-2/+2
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Add configuration parameter to enable built-in hooks/filtersChristian Halstrick2016-09-201-0/+9
* Add support for built-in clean filtersChristian Halstrick2016-09-203-0/+298
* Add Attribute Macro ExpansionIvan Motsch2016-02-113-49/+452
* Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-275-12/+243
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-182-0/+138
* Add basic support for .gitattributesArthur Daussy2015-01-074-0/+552