aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-4/+4
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* DirCacheBasicTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-151-3/+5
* DirCacheBuilderIteratorTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-15/+16
* DirCacheCGitCompatabilityTest: Open TreeWalk in try-with-resourceDavid Pursehouse2016-02-151-11/+12
* DirCacheIteratorTest: Open TreeWalk instances in try-with-resourceDavid Pursehouse2016-02-151-87/+94
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-0/+3
|\
| * Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-191-0/+3
* | Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-091-0/+17
* | DirCache: Do not create duplicate tree entriesShawn Pearce2015-12-291-0/+46
* | DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-291-0/+58
|/
* DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-281-2/+2
* DirCache: Refuse to read files with invalid pathsShawn Pearce2014-12-181-0/+44
* DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-181-2/+6
* Replace "a." with "a-" in unit testsShawn Pearce2014-12-187-28/+30
* DirCache: Buffer TREE extension to $GIT_DIRShawn Pearce2014-11-251-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-047-7/+7
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-4/+4
* DirCacheIterator: Fix reset() and back()Robin Rosenberg2012-12-151-0/+128
* DirCacheEditor: Apply PathEdit for each stageRobin Stocker2012-11-161-0/+43
* 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
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-171-0/+50
* Merge "Fix DirCacheEdtor.DeleteTree for empty string argument"Christian Halstrick2011-10-051-0/+117
|\
| * Fix DirCacheEdtor.DeleteTree for empty string argumentRobin Rosenberg2011-10-011-0/+117
* | Fire IndexChangedEvent on DirCache.commit()Matthias Sohn2011-09-301-0/+72
|/
* Fix DirCache,getEntriesWithin for empty string arguemntRobin Rosenberg2011-09-251-0/+7
* 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