aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Qualify post-0.9.3 buildsstable-0.9Matthias Sohn2010-09-162-31/+31
* JGit 0.9.3v0.9.3Matthias Sohn2010-09-162-31/+31
* Qualify post-0.9.1 buildsMatthias Sohn2010-09-152-31/+31
* JGit 0.9.1v0.9.1Matthias Sohn2010-09-152-31/+31
* Fix PlotCommitList to set lanes on child-less commitsChristian Halstrick2010-09-141-0/+306
* Support core.autocrlf = inputShawn O. Pearce2010-09-073-2/+36
* Refactor diff sequence APIShawn O. Pearce2010-09-068-102/+128
* Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2010-09-061-4/+13
* DeltaStream: Fix data corruption when reading large copiesShawn O. Pearce2010-09-061-1/+18
* Merge "Add helper methods to Edit"Chris Aniszczyk2010-09-061-1/+24
|\
| * Add helper methods to EditShawn O. Pearce2010-09-031-1/+24
* | cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2010-09-051-1/+0
|/
* Fix QuotedString.GIT_PATH escaping rulesShawn O. Pearce2010-09-031-1/+6
* Merge branch 'unpack-error'Shawn O. Pearce2010-09-031-5/+53
|\
| * ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-031-5/+53
* | Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-021-5/+12
* | Merge "Correct diff header formatting"Chris Aniszczyk2010-09-021-0/+70
|\ \
| * | Correct diff header formattingShawn O. Pearce2010-09-011-0/+70
* | | Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-015-0/+15
* | | Avoid double quotes in Git ConfigMathias Kinzler2010-09-011-1/+25
|/ /
* | 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-312-0/+32
* | Add test for RawParseUtils.formatBase10Shawn O. Pearce2010-08-311-0/+70
* | Improve MergeAlgorithm to produce smaller conflictsChristian Halstrick2010-08-311-2/+13
* | Added merge strategy RESOLVEChristian Halstrick2010-08-311-36/+264
* | 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
| |/ |/|
* | Improve LargeObjectException reportingShawn O. Pearce2010-08-302-5/+17
|/
* Revert "Hide Maven target directories from Eclipse"Robin Rosenberg2010-08-281-11/+0
* Add TagCommandChris Aniszczyk2010-08-271-0/+116
* Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-272-22/+165
* Increase heap size for jgit testsMatthias Sohn2010-08-272-1/+2
* Merge "Fix parsing of multiple authors in PersonIdent."Shawn Pearce2010-08-264-83/+93
|\
| * Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-264-83/+93
* | Merge "Use JUnit4 for tests"Shawn Pearce2010-08-265-36/+36
|\ \
| * | Use JUnit4 for testsChris Aniszczyk2010-08-265-36/+36
| |/
* / Run formatter on edited lines via save actionChris Aniszczyk2010-08-261-3/+4
|/
* Increase temporary buffer for unit testShawn O. Pearce2010-08-251-1/+2
* Support parsing commit:path style blob referencesShawn O. Pearce2010-08-251-0/+21
* Support parsing git describe style outputShawn O. Pearce2010-08-251-0/+20
* Rename T0008_testparserev to RepositoryResolveTestShawn O. Pearce2010-08-251-1/+1
* Throw AmbiguousObjectException during resolve if its ambiguousShawn O. Pearce2010-08-251-2/+15
* Add brute force byte array loading to ObjectLoaderShawn O. Pearce2010-08-251-0/+270
* Fix ObjectDirectory abbreviation resolution to notice new packsShawn O. Pearce2010-08-241-1/+0
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-233-5/+230
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-239-72/+124
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-235-11/+7
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-236-24/+24
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-204-7/+123