aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache/DirCacheEntryTest.java
Commit message (Expand)AuthorAgeFilesLines
* Checkout: better directory handlingThomas Wolf2023-09-031-1/+11
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-171-0/+40
* DirCache: support index V4Thomas Wolf2020-08-151-1/+101
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-3/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* 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