aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/attributes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-051-0/+45
|\
| * Add Union merge strategy supportNasser Grainawi2024-11-041-0/+45
* | Add worktrees read supportJanne Valkealahti2024-07-141-1/+1
|/
* [errorprone] Fix pattern CatchAndPrintStackTraceMatthias Sohn2024-04-291-12/+13
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-2/+1
* [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-281-1/+1
* ResolveMerger: Fix the issue with binary modify-modify conflictsSruteesh2024-04-251-8/+1
* Ignore core.eol if core.autocrlf=inputThomas Wolf2020-05-221-0/+32
* Attributes: fix handling of text=auto in combination with eolThomas Wolf2020-05-221-0/+107
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-049-342/+45
* Close TreeWalks in testsThomas Wolf2019-10-154-353/+390
* Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-141-2/+2
* Avoid double wordsMincong HUANG2018-12-211-1/+1
* gitignore/gitattributes: fix matching of \rMarc Strapetz2018-10-271-0/+8
* Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-7/+8
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* 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