aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-276-22/+1074
* Add getBaseCommit() to MergerChristian Halstrick2010-08-261-3/+22
* Increase heap size for jgit testsMatthias Sohn2010-08-272-1/+2
* Remove unused importMatthias Sohn2010-08-261-1/+0
* Merge "Fix parsing of multiple authors in PersonIdent."Shawn Pearce2010-08-267-128/+158
|\
| * Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-267-128/+158
* | Merge "Use JUnit4 for tests"Shawn Pearce2010-08-266-37/+37
|\ \
| * | Use JUnit4 for testsChris Aniszczyk2010-08-266-37/+37
| |/
* / Run formatter on edited lines via save actionChris Aniszczyk2010-08-269-27/+36
|/
* Increase temporary buffer for unit testShawn O. Pearce2010-08-251-1/+2
* Increase the default streaming threshold to 15 MiBShawn O. Pearce2010-08-251-1/+1
* Fix reuse from pack file for REF_DELTA typesShawn O. Pearce2010-08-251-1/+1
* Cleanup and correct resolve JavadocShawn O. Pearce2010-08-251-10/+30
* Support parsing commit:path style blob referencesShawn O. Pearce2010-08-252-0/+50
* Support parsing git describe style outputShawn O. Pearce2010-08-252-16/+64
* Rename T0008_testparserev to RepositoryResolveTestShawn O. Pearce2010-08-251-1/+1
* Throw AmbiguousObjectException during resolve if its ambiguousShawn O. Pearce2010-08-252-3/+24
* Complete an abbreviation when formatting a patchShawn O. Pearce2010-08-255-9/+144
* Use limited getCachedBytes in RevWalkShawn O. Pearce2010-08-256-48/+78
* Use limited getCachedBytes code to reduce duplicationShawn O. Pearce2010-08-254-83/+12
* Add brute force byte array loading to ObjectLoaderShawn O. Pearce2010-08-253-6/+380
* Merge "Add ObjectId to the LargeObjectException"Chris Aniszczyk2010-08-251-2/+26
|\
| * Add ObjectId to the LargeObjectExceptionShawn O. Pearce2010-08-251-2/+26
* | Merge "Don't copy more than the object size"Chris Aniszczyk2010-08-251-3/+3
|\ \
| * | Don't copy more than the object sizeShawn O. Pearce2010-08-241-3/+3
* | | Merge "Use the ObjectStream size during copyTo"Chris Aniszczyk2010-08-251-1/+2
|\| | | |/ |/|
| * Use the ObjectStream size during copyToShawn O. Pearce2010-08-241-1/+2
* | Fixed typo in DirCache documentationBenjamin Muskalla2010-08-251-1/+1
|/
* Fix ObjectDirectory abbreviation resolution to notice new packsShawn O. Pearce2010-08-242-12/+23
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-2320-82/+724
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-2314-399/+262
* Add openEntryStream to WorkingTreeIteratorShawn O. Pearce2010-08-232-6/+36
* Add setLength(long) to DirCacheEntryShawn O. Pearce2010-08-233-0/+18
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-2313-139/+214
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-2315-44/+49
* Add documentation explaining how to read Commit and TagShawn O. Pearce2010-08-232-0/+8
* Improved creation of JGitInternalExceptionChristian Halstrick2010-08-232-3/+3
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-2012-67/+627
* Expose pack fetch/push connections for subclassingShawn O. Pearce2010-08-202-5/+41
* Allow ObjectReuseAsIs to have more control over write orderingShawn O. Pearce2010-08-205-27/+110
* Allow ObjectToPack subclasses to use up to 4 bits of flagsShawn O. Pearce2010-08-201-3/+69
* Implement async/batch lookup of object dataShawn O. Pearce2010-08-2010-176/+864
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-206-3/+70
* Allow object reuse selection to occur in parallelShawn O. Pearce2010-08-206-15/+45
* Flush the pack header as soon as its readyShawn O. Pearce2010-08-201-0/+1
* Export the ObjectId on MissingObjectExceptionShawn O. Pearce2010-08-201-0/+8
* Expose OBJ_ANY in ObjectReaderShawn O. Pearce2010-08-201-1/+1
* Expose getType in ObjectToPackShawn O. Pearce2010-08-201-1/+2
* Add copyTo(ByteBuffer) to AnyObjectIdShawn O. Pearce2010-08-201-0/+10
* Add copyTo(byte[], int) to AnyObjectIdShawn O. Pearce2010-08-201-0/+16