aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/dircache
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-1/+1
* Checkout: better directory handlingThomas Wolf2023-09-032-1/+72
* DirCache: support option index.skipHashMatthias Sohn2023-03-281-0/+29
* Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-172-1/+67
* DirCache: support index V4Thomas Wolf2020-08-153-2/+266
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0410-380/+50
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-082-10/+12
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-082-10/+12
| |\
| | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-182-10/+12
* | | Convert to lambda or member referenceCarsten Hammer2019-05-161-12/+4
* | | Use jdk 5 for loopCarsten Hammer2019-04-136-34/+51
|/ /
* / DirCacheBuilderTest#testBuildRejectsUnsetFileMode: Add missing fail()David Pursehouse2018-09-291-0/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-183-12/+12
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-153-4/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-2/+3
* DirCacheCGitCompatabilityTest: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-051-10/+4
* 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