summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit
Commit message (Expand)AuthorAgeFilesLines
...
* Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2010-12-172-20/+20
* JGit 0.10.1v0.10.1Matthias Sohn2010-12-172-20/+20
* [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
* Qualify builds as 0.10.0Shawn O. Pearce2010-09-162-20/+20
* Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-162-20/+20
* JGit 0.9.3v0.9.3Matthias Sohn2010-09-162-20/+20
* Qualify post-0.9.1 buildsMatthias Sohn2010-09-152-20/+20
* JGit 0.9.1v0.9.1Matthias Sohn2010-09-152-20/+20
* Revert "Hide Maven target directories from Eclipse"Robin Rosenberg2010-08-281-11/+0
* Merge "Use JUnit4 for tests"Shawn Pearce2010-08-261-1/+1
|\
| * Use JUnit4 for testsChris Aniszczyk2010-08-261-1/+1
* | Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
|/
* 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
* Hide Maven target directories from EclipseRobin Rosenberg2010-08-081-0/+11
* 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-262-1/+2
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-264-10/+11
* 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
* Start 0.9 developmentShawn O. Pearce2010-06-142-18/+18
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-18/+18
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-18/+18
* Fix unit tests using MockSystemReader with user configuationShawn O. Pearce2010-04-141-1/+7
* JGit plugin not compatible with Eclipse 3.4Robin Rosenberg2010-04-051-2/+2
* Qualify builds as 0.8.0Shawn O. Pearce2010-03-202-18/+18
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-3/+5
* Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce2010-02-021-17/+17
* Correct bundle, provider names to be consistentShawn O. Pearce2010-01-231-2/+2
* Use build timestamp as OSGi version qualifierMatthias Sohn2010-01-231-1/+6
* 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
* Finish removing Apache Felix maven-bundle-pluginShawn O. Pearce2010-01-122-17/+1
* Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""Robin Rosenberg2010-01-126-11/+68
|\