aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-191-0/+3
|\
| * Ensure we use MockSystemReader in testsMatthias Sohn2019-08-101-0/+3
* | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-54/+65
|\|
| * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-1/+1
| * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+1
| * Retry deleting test files in FileBasedConfigTestMatthias Sohn2019-07-191-1/+1
| * Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-191-0/+1
| * Refactor FileSnapshotTest to use NIO APIsMatthias Sohn2019-07-191-48/+57
* | Explicitly specify charset when calling getBytesDavid Pursehouse2018-09-261-23/+23
* | Don't inline included configs on FileBasedConfig.save()Marc Strapetz2018-09-201-0/+52
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-4/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-4/+4
* FileBasedConfigTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-051-4/+1
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-3/+4
* ConfigTest: Move pathToString to FileUtilsDavid Pursehouse2017-12-061-2/+2
* FileBasedConfig: support for relative includesMarc Strapetz2017-12-041-2/+83
* Remove hardcoded target/trash from test casesShawn Pearce2013-11-011-1/+10
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-1828-8617/+0
* Added read/write support for pack bitmap index.Colby Ranger2013-03-052-0/+200
* Include supported extensions in PackFile constructor.Colby Ranger2013-02-281-1/+3
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-0413-16/+20
* Attempt to stabilize GCTestRobin Rosenberg2013-01-231-0/+11
* Update DfsGarbageCollector to not read back a pack index.Colby Ranger2013-01-181-4/+14
* Fix concurrent creation of fan-out object directoriesRoberto Tyley2013-01-131-0/+77
* Remove packIndex field from FileObjDatabase openPack method.Colby Ranger2013-01-102-3/+2
* Hide deprecation warnings in some test classesRobin Rosenberg2012-12-271-0/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-278-22/+24
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+3
* Remove unused import introduced with 8f706db5Matthias Sohn2012-09-251-2/+2
* Merge "FileBasedConfig supports UTF-8 byte order marker"Robin Rosenberg2012-09-241-0/+162
|\
| * FileBasedConfig supports UTF-8 byte order markerMarc Strapetz2012-09-241-0/+162
* | Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-222-6/+8
* | Fixed instability in some GC tests.Sasa Zivkov2012-09-201-11/+7
|/
* Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2012-09-181-1/+363
|\
| * Additional unit tests for the GCSasa Zivkov2012-09-161-1/+363
* | Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-161-1/+1
* | Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg2012-09-161-8/+9
|/
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-034-9/+8
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-3/+3
* Support branches with name 'config'Christian Halstrick2012-08-211-0/+13
* Garbage collector for FileRepositoriesChristian Halstrick2012-07-292-2/+401
* Fix LockFileTest on WindowsChristian Halstrick2012-06-161-2/+3
* Merge branch 'stable-2.0'Shawn O. Pearce2012-06-071-0/+57
|\
| * Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-041-0/+57
* | fix PackWriter excluded objects handlingChristian Halstrick2012-06-041-0/+66
|/
* Only increment mod count if packed-refs file changesKevin Sawicki2012-05-281-0/+32
* Compare repository format version as parsed longKevin Sawicki2012-03-212-3/+49
* Move JGitText to an internal packageRobin Rosenberg2012-03-124-4/+4
* cleanup: Remove unneeded parameter to private method in RefUpdateTestRobin Rosenberg2012-03-091-10/+8
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-152-5/+5