aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheEntryTest.java
Commit message (Expand)AuthorAgeFilesLines
* Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-191-0/+3
* DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-281-2/+2
* DirCache: Replace isValidPath with DirCacheCheckout.checkValidPathShawn Pearce2014-12-181-2/+6
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-171-0/+50
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-2/+11
* Don't allow DirCacheEntry with mode of 0Shawn O. Pearce2010-02-031-0/+158