summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Fix ugly diff showing insertion of new methodShawn O. Pearce2010-11-011-0/+7
* Delete DiffPerformanceTestShawn O. Pearce2010-11-014-352/+6
* Fix broken HistogramDiffShawn O. Pearce2010-11-011-0/+8
* Merge "Fix Severe Bug in Merge Algorithm"Shawn Pearce2010-10-281-0/+11
|\
| * Fix Severe Bug in Merge AlgorithmChristian Halstrick2010-10-281-0/+11
* | PullCommand: support upstream configuration for local branchesMathias Kinzler2010-10-281-0/+42
* | Merge "Call ProgressMonitor.update() from main thread"Shawn O. Pearce2010-10-271-0/+189
|\ \ | |/ |/|
| * Call ProgressMonitor.update() from main threadShawn O. Pearce2010-10-271-0/+189
* | Add Cherry-Pick commandChristian Halstrick2010-10-151-0/+116
|/
* Remove dead RawText(RawTextComparator) constructorShawn O. Pearce2010-10-134-16/+16
* Fix RawTextComparator reduceCommonStartEnd at empty linesShawn O. Pearce2010-10-131-0/+19
* Correct spelling of tests in HistogramDiffTestShawn O. Pearce2010-10-131-2/+2
* DeleteBranchCommand does not clean up upstream configurationMathias Kinzler2010-10-121-1/+12
* Fix NPE when calling CreateBranch without explict startpointChristian Halstrick2010-10-121-0/+6
* Remove AmbiguousObjectException from BranchCreateCommand.call()Christian Halstrick2010-10-121-2/+1
* Delete PatienceDiffShawn O. Pearce2010-10-111-77/+0
* Merge "Cleanup RefUpdateTest"Chris Aniszczyk2010-10-101-33/+9
|\
| * Cleanup RefUpdateTestShawn O. Pearce2010-10-081-33/+9
* | Add "Branch" commandMathias Kinzler2010-10-101-0/+416
|/
* Add support for single-slash URIChristian Halstrick2010-10-081-0/+37
* Add "Pull" commandMathias Kinzler2010-10-081-0/+200
* Refactored URI parsing to detect wrong URIsChristian Halstrick2010-10-081-0/+6
* Fixed URI regexp regarding user/password partChristian Halstrick2010-10-081-0/+23
* Fix URIish tests to contain a hostname for git protocolChristian Halstrick2010-10-081-2/+3
* Add PushCommand APIChris Aniszczyk2010-10-051-0/+96
* Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-042-65/+23
* Implement HistogramDiffShawn O. Pearce2010-09-241-0/+154
* Reuse DiffPerformanceTest support code to validate algorithmsShawn O. Pearce2010-09-243-28/+18
* Fix PatienceDiffTestShawn O. Pearce2010-09-231-1/+4
* Define an abstract DiffAlgorithm test frameworkShawn O. Pearce2010-09-213-210/+199
* Implement Bram Cohen's Patience DiffShawn O. Pearce2010-09-201-0/+231
* Micro-optimize reduceCommonStartEnd for RawTextShawn O. Pearce2010-09-201-0/+48
* Merge "Define DiffAlgorithm as an abstract function"Chris Aniszczyk2010-09-172-5/+5
|\
| * Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-102-5/+5
* | Add FetchCommandChris Aniszczyk2010-09-171-0/+91
* | Merge "Remove unnecessary failing test method"Shawn Pearce2010-09-171-11/+0
|\ \
| * | Remove unnecessary failing test methodStefan Lay2010-09-171-11/+0
| |/
* | Qualify builds as 0.10.0Shawn O. Pearce2010-09-162-31/+31
* | Merge branch 'stable-0.9'Shawn O. Pearce2010-09-163-31/+337
|\ \ | |/ |/|
| * 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
* | Allow ../relative paths in remotesChris West (Faux)2010-09-101-0/+10
|/
* 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
|\