aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Make Reftable seek* and has* method names more consistentMinh Thai2018-07-112-9/+9
* | | | | | | | | Seek references by prefix in reftableMinh Thai2018-07-102-9/+9
* | | | | | | | | Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-284-110/+116
* | | | | | | | | Correctly handle initialization of shallow commitsTerry Parker2018-06-261-0/+16
* | | | | | | | | Merge changes Ib6019b10,I82c71b52Terry Parker2018-06-261-6/+101
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Test uniform bitmap commit selection across multiple branchestparker2018-06-261-6/+101
* | | | | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-06-241-0/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | Prepare 5.0.2-SNAPSHOT buildsMatthias Sohn2018-06-222-47/+47
| * | | | | | | | JGit v5.0.1.201806211838-rv5.0.1.201806211838-rMatthias Sohn2018-06-222-2/+2
| * | | | | | | | Fix maven site generation failing with javadoc errorsMatthias Sohn2018-06-211-0/+4
* | | | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-06-142-53/+172
|\| | | | | | | |
| * | | | | | | | Prepare 5.0.1-SNAPSHOT buildsMatthias Sohn2018-06-132-47/+47
| * | | | | | | | JGit v5.0.0.201806131550-rv5.0.0.201806131550-rMatthias Sohn2018-06-132-2/+2
| * | | | | | | | JGit v5.0.0.201806131210-rMatthias Sohn2018-06-132-2/+2
| * | | | | | | | RefUpdateTest: Refactor to not use deprecated Repository#getAllRefsDavid Pursehouse2018-06-131-17/+27
| * | | | | | | | Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-131-36/+145
* | | | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-06-102-1/+14
|\| | | | | | | |
| * | | | | | | | RawTextTest#testBinary: use array comparison to compare arraysMatthias Sohn2018-06-091-1/+2
| * | | | | | | | Validate branch names on branch creationMatthias Sohn2018-06-091-0/+12
* | | | | | | | | Merge branch 'stable-5.0'Jonathan Nieder2018-06-081-5/+6
|\| | | | | | | |
| * | | | | | | | Use constant for ".lock"Matthias Sohn2018-06-081-5/+6
| * | | | | | | | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-06-052-2/+2
| * | | | | | | | JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn2018-06-052-2/+2
* | | | | | | | | Merge branch 'stable-5.0'Jonathan Nieder2018-06-041-10/+211
|\| | | | | | | |
| * | | | | | | | Teach UploadPack "filter" in protocol v2 fetchJonathan Tan2018-06-041-0/+60
| * | | | | | | | Refactor test of capabilities outputJonathan Tan2018-06-041-11/+33
| * | | | | | | | Disallow unknown args to "fetch" in protocol v2Jonathan Tan2018-06-041-0/+23
| * | | | | | | | Teach UploadPack shallow fetch in protocol v2Jonathan Tan2018-06-041-1/+97
| * | | | | | | | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-302-2/+2
| * | | | | | | | JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2018-05-302-2/+2
* | | | | | | | | Allow overriding DfsPackDescription comparator for scanning packsDave Borowitz2018-06-011-0/+20
* | | | | | | | | Move DfsPackDescription comparators to common locationDave Borowitz2018-06-011-0/+273
* | | | | | | | | Use Comparators for PackSourceDave Borowitz2018-06-011-0/+90
* | | | | | | | | Test commit with huge commit messageThomas Wolf2018-06-013-2/+101
* | | | | | | | | Merge branch 'stable-5.0'David Pursehouse2018-05-281-0/+44
|\| | | | | | | |
| * | | | | | | | Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-251-0/+44
| * | | | | | | | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-232-2/+2
| * | | | | | | | JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2018-05-222-2/+2
* | | | | | | | | Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-05-232-47/+47
* | | | | | | | | Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-233-3/+3
* | | | | | | | | RefTest: Refactor to not use deprecated Repository.getAllRefsDavid Pursehouse2018-05-231-12/+17
|/ / / / / / / /
* | | | | | | | Repository: Deprecate #peel methodDavid Pursehouse2018-05-223-5/+8
* | | | | | | | Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-224-3/+123
* | | | | | | | Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-6/+11
* | | | | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1821-52/+52
* | | | | | | | Teach UploadPack "ofs-delta" in "fetch"Jonathan Tan2018-05-161-5/+44
* | | | | | | | Teach UploadPack "include-tag" in "fetch"Jonathan Tan2018-05-161-0/+33
* | | | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1556-110/+110
* | | | | | | | Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-122-2/+26
* | | | | | | | Mark CrissCrossMergeTest as flakyJonathan Nieder2018-05-081-0/+5