summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* 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
* reftable: clear cache on full compactionHan-Wen Nienhuys2020-02-111-0/+38
* Restore behavior of CloneCommandThomas Wolf2020-02-041-0/+55
* 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
* | | | | | 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
| | | | | * JGit v5.1.12.201910011832-rv5.1.12.201910011832-rMatthias Sohn2019-10-022-2/+2
| | | * | | Prepare 5.3.7-SNAPSHOT buildsMatthias Sohn2019-10-022-53/+53
| | | * | | JGit v5.3.6.201910020505-rv5.3.6.201910020505-rMatthias Sohn2019-10-022-2/+2
* | | | | | Prepare 5.6.1-SNAPSHOT buildsMatthias Sohn2019-12-112-55/+55
* | | | | | JGit v5.6.0.201912101111-rv5.6.0.201912101111-rMatthias Sohn2019-12-102-2/+2
* | | | | | Cleanup CommitAndLogCommandTestMatthias Sohn2019-12-051-55/+51
* | | | | | CLI: Add support for excluding paths from Git log commandJohn Tipper2019-12-052-53/+222
* | | | | | ReftableTest: Clean up boxing warnings on usage of String.formatDavid Pursehouse2019-12-051-16/+26
* | | | | | Introduce RefDatabase#hasFastTipsWithSha1Han-Wen Nienhuys2019-12-042-0/+70
* | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-12-042-2/+2
* | | | | | JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1Matthias Sohn2019-12-042-2/+2
* | | | | | Prepare 5.6.0-SNAPSHOT buildsMatthias Sohn2019-11-272-2/+2
* | | | | | JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3Matthias Sohn2019-11-272-2/+2
* | | | | | Make blame work correctly on merge conflictsThomas Wolf2019-11-271-1/+35
* | | | | | Merge changes I8698001d,I5c1177acJonathan Nieder2019-11-251-0/+43
|\ \ \ \ \ \
| * | | | | | Add missing license header to UploadPackRefSortingForReachabilityTestJonathan Nieder2019-11-251-0/+43
* | | | | | | [spotbugs] Fix potential NPE in FSTestMatthias Sohn2019-11-261-1/+3
* | | | | | | RepositoryCache: don't require HEAD in git repositoriesHan-Wen Nienhuys2019-11-261-0/+6
* | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversionHan-Wen Nienhuys2019-11-261-0/+5
|/ / / / / /
* | | | | | UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowedDavid Pursehouse2019-11-251-7/+11
* | | | | | BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade2019-11-211-181/+0
* | | | | | checkNotAdvertisedWants: Be lazy converting Ref to RevCommitIvan Frade2019-11-211-0/+33
* | | | | | ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-211-10/+10
* | | | | | file: implement FileReftableDatabaseHan-Wen Nienhuys2019-11-164-39/+912
* | | | | | RewriteGenerator: avoid adding null parentThomas Wolf2019-11-151-0/+36
* | | | | | DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-151-0/+78
* | | | | | IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-151-0/+77
* | | | | | Merge changes I583491f6,Idd44e3bbJonathan Nieder2019-11-141-178/+145
|\ \ \ \ \ \
| * | | | | | Run Eclipse formatter on BatchRefUpdateTestHan-Wen Nienhuys2019-11-141-178/+145
* | | | | | | transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-133-6/+6
|/ / / / / /
* | | | | | Merge branch 'stable-5.5'Matthias Sohn2019-11-111-6/+8
|\| | | | |