aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-033-0/+69
* Improve LargeObjectException reportingShawn O. Pearce2010-08-307-13/+106
* IndexPack: Use byte limited form of getCachedBytesShawn O. Pearce2010-08-301-2/+2
* Undo translation of protocol string 'unpack error'Shawn O. Pearce2010-08-302-2/+1
* Buffer very large delta streams to reduce explosion of CPU workShawn O. Pearce2010-08-274-4/+273
* Add TagCommandChris Aniszczyk2010-08-274-0/+378
* Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-273-0/+906
* Add getBaseCommit() to MergerChristian Halstrick2010-08-261-3/+22
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-262-44/+63
* 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-251-0/+29
* Support parsing git describe style outputShawn O. Pearce2010-08-251-16/+44
* Throw AmbiguousObjectException during resolve if its ambiguousShawn O. Pearce2010-08-251-1/+9
* Complete an abbreviation when formatting a patchShawn O. Pearce2010-08-254-9/+143
* 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-252-6/+110
* 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-241-11/+23
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-2314-34/+412
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-235-327/+138
* Add openEntryStream to WorkingTreeIteratorShawn O. Pearce2010-08-232-6/+36
* Add setLength(long) to DirCacheEntryShawn O. Pearce2010-08-232-0/+17
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-235-122/+202
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-236-12/+12
* 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-207-59/+502
* 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-204-14/+41
* 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-201-0/+53
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+48