aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/attributes/TreeWalkAttributeTest.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-1/+1
* 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/+6
* Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-141-2/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-271-2/+3
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-181-0/+865