summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-3/+5
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-1/+1
* Add JUnit tests for HTTP transportShawn O. Pearce2010-01-122-13/+161
* Abstract out utility functions for creating test commitsShawn O. Pearce2010-01-121-0/+650
* Move TestRng to our JUnit helper packageShawn O. Pearce2010-01-121-0/+83
* Recognize Git repository environment variablesRobin Rosenberg2009-12-281-0/+22
* Don't crash if we try to load the config for a MockSystemReaderRobin Rosenberg2009-12-211-1/+8
* Create JUnit test utilities for JGit derived sourcesShawn O. Pearce2009-11-022-0/+511