aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-319-4/+114
* Fix ArrayIndexOutOfBoundsException in DirCacheIteratorShawn O. Pearce2010-12-221-0/+25
* DirCacheIteratorTest: Use newInCore instead of diskShawn O. Pearce2010-12-221-8/+8
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-073-7/+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-272-8/+12
* Move DirCache factory methods to RepositoryShawn O. Pearce2010-06-307-39/+39
* Added MERGING_RESOLVED repository stateChristian Halstrick2010-05-081-0/+20
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-037-14/+213
* Correctly skip over unrecognized optional dircache extensionsShawn O. Pearce2010-02-021-0/+29
* Remove RepositoryTestCase from DirCacheCGitCompatabilityTestShawn O. Pearce2010-02-021-3/+5
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-298-0/+1440