Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-31Convert all JGit unit tests to JUnit 4Robin Rosenberg4-31/+153
2010-12-31Add support for getting the system wide configurationRobin Rosenberg1-12/+31
2010-12-17Qualify post 0.10 buildsMatthias Sohn2-20/+20
2010-12-17Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2-20/+20
2010-12-17JGit 0.10.1v0.10.1Matthias Sohn2-20/+20
2010-12-08[findbugs] Do not ignore exceptional return valueMatthias Sohn1-2/+3
2010-11-12Allow writing a NoteMap back to the repositoryShawn O. Pearce1-2/+12
2010-09-28Comment the use of System.gc in LocalDiskRepositoryTestCaseRobin Rosenberg1-0/+5
2010-09-28Shut up findbugs/protect the shutdownHook in LocalDiskRepositoryTestcaseRobin Rosenberg1-10/+11
2010-09-17Qualify builds as 0.10.0Shawn O. Pearce2-20/+20
2010-09-15Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2-20/+20
2010-09-15JGit 0.9.3v0.9.3Matthias Sohn2-20/+20
2010-09-15Qualify post-0.9.1 buildsMatthias Sohn2-20/+20
2010-09-15JGit 0.9.1v0.9.1Matthias Sohn2-20/+20
2010-08-28Revert "Hide Maven target directories from Eclipse"Robin Rosenberg1-11/+0
2010-08-26Merge "Use JUnit4 for tests"Shawn Pearce1-1/+1
2010-08-26Run formatter on edited lines via save actionChris Aniszczyk1-3/+4
2010-08-26Use JUnit4 for testsChris Aniszczyk1-1/+1
2010-08-23Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce1-4/+3
2010-08-23Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce1-5/+8
2010-08-21Make Tag class only for writingShawn O. Pearce1-3/+2
2010-08-21Make Commit class only for writingShawn O. Pearce1-3/+3
2010-08-19Remove unnecessary ObjectId.copy() callsShawn O. Pearce2-5/+1
2010-08-08Hide Maven target directories from EclipseRobin Rosenberg1-0/+11
2010-07-27Fix concurrent read / write issue in LockFile on WindowsJens Baumgart3-3/+4
2010-06-29Use ObjectReader in DirCacheBuilder.addTreeShawn O. Pearce1-1/+2
2010-06-29Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce1-1/+1
2010-06-28Refactor Repository.openObject to be Repository.openShawn O. Pearce1-2/+2
2010-06-28Move PackWriter progress monitors onto the operationsShawn O. Pearce1-3/+4
2010-06-28Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce1-21/+26
2010-06-27Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2-1/+2
2010-06-27Move FileRepository to storage.file.FileRepositoryShawn O. Pearce4-10/+11
2010-06-26Rename Repository getWorkDir to getWorkTreeShawn O. Pearce1-1/+1
2010-06-26Start using ObjectInserter instead of ObjectWriterShawn O. Pearce1-9/+45
2010-06-26Use FileRepository where we assume other file semanticsShawn O. Pearce2-51/+59
2010-06-26Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce1-1/+2
2010-06-14Start 0.9 developmentShawn O. Pearce2-18/+18
2010-06-05Repository can be configured with FSMarc Strapetz1-1/+2
2010-06-02Qualify post-0.8.1 buildsShawn O. Pearce2-18/+18
2010-06-02JGit 0.8.1v0.8.1Shawn O. Pearce2-18/+18
2010-04-15Fix unit tests using MockSystemReader with user configuationShawn O. Pearce1-1/+7
2010-04-05JGit plugin not compatible with Eclipse 3.4Robin Rosenberg1-2/+2
2010-03-21Qualify builds as 0.8.0Shawn O. Pearce2-18/+18
2010-03-13Reduce multi-level buffered streams in transport codeShawn O. Pearce1-3/+5
2010-02-03Cleanup OSGi Import-Package specifications to use versionsShawn O. Pearce1-17/+17
2010-01-23Correct bundle, provider names to be consistentShawn O. Pearce1-2/+2
2010-01-23Use build timestamp as OSGi version qualifierMatthias Sohn1-1/+6
2010-01-15Introduce a named constant for the .git directory.Robin Rosenberg1-1/+1
2010-01-12Add JUnit tests for HTTP transportShawn O. Pearce2-13/+161
2010-01-12Abstract out utility functions for creating test commitsShawn O. Pearce1-0/+650

Back to the top