Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-28[findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn1-1/+2
2010-12-31Convert all JGit unit tests to JUnit 4Robin Rosenberg3-28/+150
2010-12-31Add support for getting the system wide configurationRobin Rosenberg1-12/+31
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-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-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. Pearce1-1/+1
2010-06-27Move FileRepository to storage.file.FileRepositoryShawn O. Pearce3-10/+10
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-05Repository can be configured with FSMarc Strapetz1-1/+2
2010-04-15Fix unit tests using MockSystemReader with user configuationShawn O. Pearce1-1/+7
2010-03-13Reduce multi-level buffered streams in transport codeShawn O. Pearce1-3/+5
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
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. Pearce2-0/+511

    Back to the top