aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheBasicTest.java
Commit message (Expand)AuthorAgeFilesLines
* DirCache: support option index.skipHashMatthias Sohn2023-03-281-0/+29
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Use jdk 5 for loopCarsten Hammer2019-04-131-4/+6
* DirCacheBasicTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-151-3/+5
* DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+44
* Replace "a." with "a-" in unit testsShawn Pearce2014-12-181-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+17
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-2/+2
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-301-10/+10
* Added MERGING_RESOLVED repository stateChristian Halstrick2010-05-081-0/+20
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-031-1/+4
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+197