summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.7.0.202003110725-rv5.7.0.202003110725-rMatthias Sohn2020-03-112-55/+55
* Prepare 5.7.1-SNAPSHOT buildsMatthias Sohn2020-03-092-55/+55
* JGit v5.7.0.202003090808-rv5.7.0.202003090808-rMatthias Sohn2020-03-092-2/+2
* Merge branch 'stable-5.6'Matthias Sohn2020-03-051-8/+34
|\
| * Update reftable storage repo layoutHan-Wen Nienhuys2020-03-041-8/+34
* | Add validation to hex decoderMichael Dardis2020-03-041-0/+25
* | Merge "ObjectWalk: Add null check before skip tree."Jonathan Nieder2020-03-021-0/+8
|\ \
| * | ObjectWalk: Add null check before skip tree.Yunjie Li2020-02-261-0/+8
* | | Merge "Revert "RevWalk: stop mixing lines of history in topo sort""Jonathan Nieder2020-02-263-159/+43
|\ \ \ | |/ / |/| |
| * | Revert "RevWalk: stop mixing lines of history in topo sort"Alex Spradlin2020-02-263-159/+43
* | | Merge branch 'stable-5.6'Matthias Sohn2020-02-224-9/+9
|\ \ \ | | |/ | |/|
| * | Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-193-8/+8
| * | Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | | Remove use of org.bouncycastle.util.encoders.HexMichael Dardis2020-02-222-1/+49
* | | Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis2020-02-211-0/+81
* | | Merge branch 'stable-5.7'Matthias Sohn2020-02-191-1/+5
|\ \ \
| * | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-191-1/+5
| |\| |
| | * | Prepare 5.6.2-SNAPSHOT buildsMatthias Sohn2020-02-142-55/+55
| | * | JGit v5.6.1.202002131546-rv5.6.1.202002131546-rMatthias Sohn2020-02-132-2/+2
| | * | Simplify ReftableCompactorHan-Wen Nienhuys2020-02-121-1/+5
* | | | Merge "RevWalk: stop mixing lines of history in topo sort"Jonathan Tan2020-02-183-43/+159
|\ \ \ \ | | |_|/ | |/| |
| * | | RevWalk: stop mixing lines of history in topo sortAlex Spradlin2020-02-183-43/+159
| |/ /
* / / Removed unused importsAndrey Loskutov2020-02-172-2/+0
|/ /
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-111-0/+38
|\|
| * reftable: clear cache on full compactionHan-Wen Nienhuys2020-02-111-0/+38
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-101-0/+55
|\|
| * Restore behavior of CloneCommandThomas Wolf2020-02-041-0/+55
* | Merge branch 'stable-5.7'Matthias Sohn2020-02-011-23/+45
|\ \
| * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2020-02-011-23/+45
| |\|
| | * Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-02-011-23/+45
| | |\
| | | * Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-02-011-23/+45
| | | |\
| | | | * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-02-011-23/+45
| | | | |\
| | | | | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-02-011-23/+45
| | | | | |\
| | | | | | * Merge branch 'stable-5.1' into stable-5.2David Pursehouse2020-02-011-23/+45
| | | | | | |\
| | | | | | | * WindowCache: add option to use strong refs to reference ByteWindowsMatthias Sohn2020-01-201-23/+45
| * | | | | | | Prepare 5.7.0-SNAPSHOT buildsMatthias Sohn2020-01-152-2/+2
| * | | | | | | JGit v5.7.0.202001151323-m1v5.7.0.202001151323-m1Matthias Sohn2020-01-152-2/+2
* | | | | | | | FS: Don't use innocuous threads for CompletableFutureAlex Jitianu2020-01-281-0/+132
* | | | | | | | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-2/+6
* | | | | | | | Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-2415-229/+189
* | | | | | | | Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-2213-38/+35
* | | | | | | | Update to Orbit I20200120214610 and JUnit to 4.13David Pursehouse2020-01-225-54/+8
|/ / / / / / /
* | | | | | | Merge branch 'stable-5.6'Matthias Sohn2020-01-091-6/+37
|\| | | | | |
| * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2020-01-091-6/+37
| |\| | | | |
| | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2020-01-091-6/+37
| | |\| | | |
| | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2020-01-091-6/+37
| | | |\| | |
| | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2020-01-091-6/+37
| | | | |\| |
| | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2020-01-091-6/+37
| | | | | |\|
| | | | | | * Enhance WindowCache statisticsMatthias Sohn2019-12-081-6/+37
| | | | | | * Prepare 5.1.13-SNAPSHOT buildsMatthias Sohn2019-10-022-49/+49