aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Move DiffFormatter default initialization to fieldsShawn O. Pearce2010-09-011-4/+2
* Correct Javadoc of DiffFormatter classShawn O. Pearce2010-09-011-1/+1
* Partial support for index file format "3".Marc Strapetz2010-08-313-15/+82
* Merge "DirCacheEntry: UPDATE_NEEDED should be in-core flag."Shawn Pearce2010-08-311-4/+8
|\
| * DirCacheEntry: UPDATE_NEEDED should be in-core flag.Marc Strapetz2010-08-311-4/+8
* | Fix RawParseUtils.formatBase10 to work with negative valuesMarc Strapetz2010-08-311-0/+2
* | Remove deprecated PersonIdent constructorChris Aniszczyk2010-08-311-24/+0
* | Improve MergeAlgorithm to produce smaller conflictsChristian Halstrick2010-08-311-4/+35
* | Let Resolve be the default Merge strategyChristian Halstrick2010-08-311-1/+1
* | Added merge strategy RESOLVEChristian Halstrick2010-08-316-68/+800
* | 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