summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src
Commit message (Expand)AuthorAgeFilesLines
* Extend the FS class for Java7Robin Rosenberg2013-05-041-6/+8
* Don't use internal type FileRepository in public APIMatthias Sohn2013-03-201-5/+5
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-184-11/+10
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-042-0/+574
* Remove packIndex field from FileObjDatabase openPack method.Colby Ranger2013-01-101-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-272-3/+3
* Provide a convenient read() in RepositoryTestCaseRobin Stocker2012-09-252-13/+23
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-0/+58
* Additional unit tests for the GCSasa Zivkov2012-09-161-1/+28
* Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-061-0/+8
* Add a CommitBuilder method to edit arbitrary DirCacheEntrysDave Borowitz2012-06-151-2/+6
* Get rid of warnings about empty statmentsRobin Rosenberg2012-06-061-0/+6
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-0/+1
* Let the date formatter pick the locale.Daniel Megert2012-02-251-0/+13
* Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza2012-01-252-10/+46
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-5/+6
* Add methods for configuring platform emulationRobin Rosenberg2011-12-071-0/+30
* Add locale to the properties manageable by SystemReaderRobin Rosenberg2011-10-201-0/+6
* Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+5
* Cleanup directories leftover by test.Adrian Goerler2011-07-071-5/+27
* Cleanup curly bracesAdrian Goerler2011-07-061-16/+9
* Make sure test repositories are closedChristian Halstrick2011-05-311-0/+11
* Add GitCloneTaskTestKetan Padegaonkar2011-05-191-0/+5
* Create all test data in trash folderMatthias Sohn2011-04-101-4/+18
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-1/+2
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-313-28/+150
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-12/+31
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-2/+3
* Allow writing a NoteMap back to the repositoryShawn O. Pearce2010-11-121-2/+12
* Comment the use of System.gc in LocalDiskRepositoryTestCaseRobin Rosenberg2010-09-281-0/+5
* Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcaseRobin Rosenberg2010-09-281-10/+11
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-4/+3
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-5/+8
* Make Tag class only for writingShawn O. Pearce2010-08-201-3/+2
* Make Commit class only for writingShawn O. Pearce2010-08-201-3/+3
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-192-5/+1
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-273-3/+4
* Use ObjectReader in DirCacheBuilder.addTreeShawn O. Pearce2010-06-291-1/+2
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-281-2/+2
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-281-3/+4
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-281-21/+26
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-263-10/+10
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-251-1/+1
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-251-9/+45
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-252-51/+59
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-1/+2
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Fix unit tests using MockSystemReader with user configuationShawn O. Pearce2010-04-141-1/+7