summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-0116-28/+102
* IndexDiff honors Index entries' "skipWorkTree" flag.Marc Strapetz2010-09-012-2/+100
* Merge "Avoid double quotes in Git Config"Shawn Pearce2010-09-011-3/+9
|\
| * Avoid double quotes in Git ConfigMathias Kinzler2010-09-011-3/+9
* | Merge "Add FS.detect() for detection of file system abstraction."Shawn Pearce2010-09-011-6/+34
|\ \
| * | Add FS.detect() for detection of file system abstraction.Marc Strapetz2010-09-011-6/+34
| |/
* | 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-314-15/+83
* 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-308-13/+111
* | IndexPack: Use byte limited form of getCachedBytesShawn O. Pearce2010-08-301-2/+2
* | Undo translation of protocol string 'unpack error'Shawn O. Pearce2010-08-303-3/+1
* | Merge "Buffer very large delta streams to reduce explosion of CPU work"Shawn O. Pearce2010-08-284-4/+273
|\ \
| * | Buffer very large delta streams to reduce explosion of CPU workShawn O. Pearce2010-08-274-4/+273
* | | Revert "Hide Maven target directories from Eclipse"Robin Rosenberg2010-08-281-11/+0
|/ /
* | Add TagCommandChris Aniszczyk2010-08-275-0/+382
* | Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-274-0/+909
* | Add getBaseCommit() to MergerChristian Halstrick2010-08-261-3/+22
* | Merge "Fix parsing of multiple authors in PersonIdent."Shawn Pearce2010-08-262-44/+63
|\ \
| * | Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-262-44/+63
| |/
* / Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
|/
* 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-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-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