aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/attributes
Commit message (Expand)AuthorAgeFilesLines
* MergeGitAttributeTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-02-261-27/+17
* PathMatcher: fix handling of **/Marc Strapetz2018-02-221-0/+28
* Merge branch 'stable-4.9'Matthias Sohn2017-12-232-0/+41
|\
| * Strings#convertGlob: fix escaping of patterns like [\[].Dmitry Pavlenko2017-12-212-0/+41
* | Make local assert methods private in test classesDavid Pursehouse2017-12-011-2/+2
|/
* Fix some tests for running in bazelThomas Wolf2017-08-311-3/+4
* Cleanup: Organize importsMatthias Sohn2017-08-301-1/+1
* Exclude file matching: fix backtracking on match failures after **Thomas Wolf2017-08-272-0/+89
* Fix path pattern matching to work also for gitattributesThomas Wolf2017-08-273-43/+367
* Add new tests for gitignore/gitattribute pattern matchingThomas Wolf2017-08-271-0/+241
* Use relative paths for attribute rule matchingThomas Wolf2017-08-111-0/+27
* Fix matching ignores and attributes pattern of form a/b/**.Dmitry Pavlenko2017-07-241-0/+19
* Support -merge attribute in binary macroMathieu Cartaud2017-06-271-0/+585
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Add Attribute Macro ExpansionIvan Motsch2016-02-115-17/+367
* Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-201-2/+1
* Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-274-29/+23
* Adds the git attributes computation on the treewalkArthur Daussy2015-11-184-39/+887
* Delete deprecated class IgnoreRuleMatthias Sohn2015-04-251-3/+0
* Add basic support for .gitattributesArthur Daussy2015-01-075-0/+1249