aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-023-36/+368
* Merge "Fix RepositoryState.MERGING"Chris Aniszczyk2010-09-021-2/+2
|\
| * Fix RepositoryState.MERGINGJens Baumgart2010-09-021-2/+2
* | Merge "Add reset() to AbstractTreeIterator API"Chris Aniszczyk2010-09-025-0/+45
|\ \
| * | Add reset() to AbstractTreeIterator APIShawn O. Pearce2010-09-015-0/+45
* | | Merge "Improve DiffFormatter text file access"Chris Aniszczyk2010-09-021-38/+75
|\| |
| * | Improve DiffFormatter text file accessShawn O. Pearce2010-09-011-38/+75
* | | Merge "Correct diff header formatting"Chris Aniszczyk2010-09-021-84/+165
|\| |
| * | Correct diff header formattingShawn O. Pearce2010-09-011-84/+165
* | | Merge "Remove duplicated code in DiffFormatter"Chris Aniszczyk2010-09-021-33/+23
|\| |
| * | Remove duplicated code in DiffFormatterShawn O. Pearce2010-09-011-33/+23
* | | Merge "Adding sorting to LongList"Christian Halstrick2010-09-021-0/+7
|\ \ \
| * | | Adding sorting to LongListShawn O. Pearce2010-09-021-0/+7
* | | | Merge "Use int[] rather than IntList for RawText hashes"Christian Halstrick2010-09-025-11/+9
|\| | | | |_|/ |/| |
| * | Use int[] rather than IntList for RawText hashesShawn O. Pearce2010-09-015-11/+9
* | | Merge "Add toString and improve Javadoc of NotIgnoredFilter"Chris Aniszczyk2010-09-011-13/+11
|\ \ \ | |/ / |/| |
| * | Add toString and improve Javadoc of NotIgnoredFilterShawn O. Pearce2010-09-011-13/+11
* | | Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-0115-27/+100
|/ /
* | 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-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