aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Correct diff header formattingShawn O. Pearce2010-09-012-84/+235
* | | | 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-0123-32/+122
|/ / /
* | | IndexDiff honors Index entries' "skipWorkTree" flag.Marc Strapetz2010-09-012-2/+100
* | | Merge "Avoid double quotes in Git Config"Shawn Pearce2010-09-012-4/+34
|\ \ \
| * | | Avoid double quotes in Git ConfigMathias Kinzler2010-09-012-4/+34
* | | | 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
* | | diff: Fix bad metaVar reference in --abbrev optionShawn O. Pearce2010-09-011-1/+1
|/ /
* | Extend DirCache test case to check "intent to add" flag.Marc Strapetz2010-08-312-2/+5
* | Partial support for index file format "3".Marc Strapetz2010-08-316-15/+115
* | 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
* | | Add test for RawParseUtils.formatBase10Shawn O. Pearce2010-08-311-0/+70
* | | 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-312-6/+48
* | | Fix build of JGit source bundle and featureMatthias Sohn2010-08-312-1/+41
* | | Let Resolve be the default Merge strategyChristian Halstrick2010-08-311-1/+1
* | | Added merge strategy RESOLVEChristian Halstrick2010-08-317-104/+1064
* | | Merge "Add one more test to ReadTreeTest"Chris Aniszczyk2010-08-301-0/+14
|\ \ \
| * | | Add one more test to ReadTreeTestChristian Halstrick2010-08-301-0/+14
* | | | Wait for JIT optimization before measuring diff performanceMatthias Sohn2010-08-301-4/+12
* | | | Generate source plugin and source feature for jgitMatthias Sohn2010-08-3011-0/+518
| |_|/ |/| |
* | | Improve LargeObjectException reportingShawn O. Pearce2010-08-3010-18/+128
* | | 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-2811-121/+0
|/ /
* | Add TagCommandChris Aniszczyk2010-08-276-0/+498
* | Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-276-22/+1074
* | Add getBaseCommit() to MergerChristian Halstrick2010-08-261-3/+22
* | Increase heap size for jgit testsMatthias Sohn2010-08-272-1/+2
* | Remove unused importMatthias Sohn2010-08-261-1/+0
* | Merge "Fix parsing of multiple authors in PersonIdent."Shawn Pearce2010-08-267-128/+158
|\ \
| * | Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-267-128/+158
| |/
* | Merge "Use JUnit4 for tests"Shawn Pearce2010-08-266-37/+37
|\ \
| * | Use JUnit4 for testsChris Aniszczyk2010-08-266-37/+37
| |/
* / Run formatter on edited lines via save actionChris Aniszczyk2010-08-269-27/+36
|/
* Increase temporary buffer for unit testShawn O. Pearce2010-08-251-1/+2