aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ObjectReader.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce2011-01-281-32/+0
* Teach PackWriter how to reuse an existing object listShawn O. Pearce2011-01-271-0/+32
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-0/+100
* Implement async/batch lookup of object dataShawn O. Pearce2010-08-201-0/+112
* Offer ObjectReaders advice about a RevWalkShawn O. Pearce2010-08-201-0/+42
* Expose OBJ_ANY in ObjectReaderShawn O. Pearce2010-08-201-1/+1
* Honor pack.threads and perform delta search in parallelShawn O. Pearce2010-07-091-0/+10
* Add getObjectSize to ObjectReaderShawn O. Pearce2010-07-091-0/+28
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+21
* Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-281-5/+5
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-281-2/+5
* Throw IncorrectObjectTypeException on bad type hintsShawn O. Pearce2010-06-281-1/+5
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-0/+1
* Redo PackWriter object reuse selectionShawn O. Pearce2010-06-261-25/+6
* Extract PackFile specific code to ObjectToPack subclassShawn O. Pearce2010-06-251-0/+24
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-0/+114