Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-12Move TestRng to our JUnit helper packageShawn O. Pearce1-0/+83
2010-01-12Finish removing Apache Felix maven-bundle-pluginShawn O. Pearce2-17/+1
2010-01-12Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin""Robin Rosenberg6-11/+68
2010-01-10Partial revert "Switch build to Apache Felix maven-bundle-plugin"Robin Rosenberg6-11/+68
2010-01-05Fix code formatter style referencesShawn O. Pearce1-3/+3
2009-12-28Switch build to Apache Felix maven-bundle-pluginShawn O. Pearce7-71/+30
2009-12-28Recognize Git repository environment variablesRobin Rosenberg1-0/+22
2009-12-22Don't crash if we try to load the config for a MockSystemReaderRobin Rosenberg1-1/+8
2009-11-03Create JUnit test utilities for JGit derived sourcesShawn O. Pearce13-0/+1074

Back to the top