summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use JUnit4 for testsChris Aniszczyk2010-08-266-37/+37
* 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
* Add a public RevTag.parse() methodShawn O. Pearce2010-08-202-0/+73
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-202-0/+69
* Make Tag class only for writingShawn O. Pearce2010-08-2011-338/+185
* Make Commit class only for writingShawn O. Pearce2010-08-2015-454/+378
* Correct PersonIdent hashCode() and equals() to ignore millisecondsShawn O. Pearce2010-08-201-2/+5
* Try really hard to load a commit or tagShawn O. Pearce2010-08-201-1/+25
* Fix ReadTreeTests to not rely on cached indexChristian Halstrick2010-08-202-1/+7
* Fix formatting of serialization code in ObjectIdShawn O. Pearce2010-08-191-3/+4