summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* 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-233-0/+18
* 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-205-14/+42
* 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
* Make Tag class only for writingShawn O. Pearce2010-08-206-242/+97
* Make Commit class only for writingShawn O. Pearce2010-08-207-365/+245
* 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 formatting of serialization code in ObjectIdShawn O. Pearce2010-08-191-3/+4
* Make ObjectId.compareTo finalShawn O. Pearce2010-08-191-4/+4
* Make ObjectId.hashCode final tooShawn O. Pearce2010-08-191-1/+1
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-2/+2
* Fix missing Configuration Change eventingMathias Kinzler2010-08-193-0/+63
* Enhance MergeResult to report conflicts, etcChristian Halstrick2010-08-193-25/+136
* Allow for optional tagger and message in TagChris Aniszczyk2010-08-181-4/+7
* Remove getter and setter for author in TagChris Aniszczyk2010-08-182-18/+4
* added resetIndex() to RepositoryTestCaseChristian Halstrick2010-08-181-0/+9
* Do not trigger RefsChangedEvent on the first attempt to read a refRobin Rosenberg2010-08-181-1/+1
* Add FileRepository(String) convenience constructorKetan Padegaonkar2010-08-181-0/+14
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-152-12/+2
* Merge "Fix RevCommitList to work with subclasses of RevWalk"Shawn Pearce2010-08-121-6/+2
|\