aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage/file
Commit message (Expand)AuthorAgeFilesLines
* 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-1825-7982/+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-032-5/+4
* 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-123-3/+3
* 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
* Provide helper for unlocking a fileKevin Sawicki2012-01-091-0/+83
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-022-3/+3
* Support getting specific entry number in reflogKevin Sawicki2011-12-191-0/+36
* Deprecate GitIndex more by using only DirCache internally.Robin Rosenberg2011-11-091-1/+1
* Add a helper for parsing branch switch info out of a reflog entryRobin Rosenberg2011-09-051-0/+18
* PackWriter: Make want/have actual setsShawn O. Pearce2011-08-161-15/+15
* Merge "Fix reading of ref names containing characters that sort before /"Robin Rosenberg2011-08-101-0/+30
|\
| * Fix reading of ref names containing characters that sort before /Robin Rosenberg2011-07-221-0/+30