aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheCGitCompatabilityTest.java
Commit message (Expand)AuthorAgeFilesLines
* DirCache: support index V4Thomas Wolf2020-08-151-1/+31
* 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 further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-4/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-2/+3
* DirCacheCGitCompatabilityTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-10/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* DirCacheCGitCompatabilityTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-11/+12
* DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-3/+3
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+1
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-031-2/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-1/+14
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* Extend DirCache test case to check "intent to add" flag.Marc Strapetz2010-08-311-2/+5
* Partial support for index file format "3".Marc Strapetz2010-08-311-0/+32
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-6/+10
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-021-0/+29
* Remove RepositoryTestCase from DirCacheCGitCompatabilityTestShawn O. Pearce2010-02-021-3/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+219