aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge branch 'stable-0.9'Shawn O. Pearce2010-09-161-0/+306
|\ \ | |/ |/|
| * 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
|\
| * 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-014-0/+14
* | | Avoid double quotes in Git ConfigMathias Kinzler2010-09-011-1/+25
|/ /
* | Extend DirCache test case to check "intent to add" flag.Marc Strapetz2010-08-311-2/+5
* | Partial support for index file format "3".Marc Strapetz2010-08-311-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
|/
* Add TagCommandChris Aniszczyk2010-08-271-0/+116
* Implement a Dircache checkout (needed for merge)Christian Halstrick2010-08-272-22/+165
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-264-83/+93
* 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