aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.1.1.201809181055-rv5.1.1.201809181055-rMatthias Sohn2018-09-182-2/+2
* Prepare 5.1.1-SNAPSHOT buildsMatthias Sohn2018-09-112-47/+47
* JGit v5.1.0.201809111528-rv5.1.0.201809111528-rMatthias Sohn2018-09-112-2/+2
* Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-09-052-2/+2
* JGit v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1Matthias Sohn2018-09-052-2/+2
* UploadPackTest: Avoid unnecessarily boxing int into IntegerDavid Pursehouse2018-09-051-3/+3
* Parse signature of GPG-signed commitsDavid Turner2018-09-042-0/+75
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-0437-227/+232
* Simplify file creation in ResetCommandTestRené Scheibe2018-09-031-38/+17
* Specify charset when constructing InputStreamReaderDavid Pursehouse2018-09-023-3/+5
* Merge "Replace useminimalnegotation flag with maxhaves flag"Jonathan Nieder2018-08-311-18/+4
|\
| * Replace useminimalnegotation flag with maxhaves flagMinh Thai2018-08-311-18/+4
* | Extract protocol v2 fetch request parsing to its own classIvan Frade2018-08-311-0/+336
|/
* Merge branch 'stable-5.1'David Pursehouse2018-08-311-55/+55
|\
| * Merge branch 'stable-5.0' into stable-5.1David Pursehouse2018-08-311-55/+55
| |\
| | * Merge branch 'stable-4.11' into stable-5.0David Pursehouse2018-08-311-52/+52
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11David Pursehouse2018-08-311-48/+48
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10David Pursehouse2018-08-311-48/+48
| | | | |\
| | | | | * Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-08-311-48/+48
| | | | | |\
| | | | | | * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-08-313-62/+45
| | | | | | |\
| | | | | | | * Bazel: Format all build files with buildifier 0.15.0David Pursehouse2018-08-302-45/+45
| | | | | | | * ChangeIdUtilTest: Remove unused notestCommitDashVDavid Pursehouse2018-08-301-17/+0
| * | | | | | | Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-08-292-2/+2
| * | | | | | | JGit v5.1.0.201808281540-m3v5.1.0.201808281540-m3Matthias Sohn2018-08-282-2/+2
* | | | | | | | UploadPack: avoid conflating shallow commit lists in protocol v2Ivan Frade2018-08-301-0/+38
|/ / / / / / /
* | | | | | | Merge "Cleanup existing tests"Christian Halstrick2018-08-271-15/+13
|\ \ \ \ \ \ \
| * | | | | | | Cleanup existing testsRené Scheibe2018-08-241-15/+13
* | | | | | | | Merge branch 'stable-5.0'Matthias Sohn2018-08-251-0/+159
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-08-251-0/+159
| |\| | | | |
| | * | | | | Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-08-251-0/+159
| | |\| | | |
| | | * | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-08-241-0/+159
| | | |\| | |
| | | | * | | Fix fetching with duplicate ref updatesThomas Wolf2018-08-221-0/+29
| | | | * | | Fetch(Process): should tolerate duplicate refspecsMarc Strapetz2018-08-221-0/+45
| | | | * | | FetchCommandTest: test add/update/delete fetchMarc Strapetz2018-08-221-0/+85
| | | | * | | Prepare 4.9.4-SNAPSHOT buildsMatthias Sohn2018-07-312-47/+47
| | | | * | | JGit v4.9.3.201807311005-rv4.9.3.201807311005-rMatthias Sohn2018-07-312-2/+2
| | * | | | | Prepare 4.11.2-SNAPSHOT buildsMatthias Sohn2018-07-312-47/+47
| | * | | | | JGit v4.11.1.201807311124-rv4.11.1.201807311124-rMatthias Sohn2018-07-312-2/+2
| * | | | | | Prepare 5.0.3-SNAPSHOT buildsMatthias Sohn2018-08-012-47/+47
| * | | | | | JGit v5.0.2.201807311906-rv5.0.2.201807311906-rMatthias Sohn2018-08-012-2/+2
* | | | | | | refactor: simplify collection.toArray()Michael Keppler2018-08-233-7/+7
* | | | | | | Merge "Support remove-project node in the manifest parser"Jonathan Nieder2018-08-201-0/+26
|\ \ \ \ \ \ \
| * | | | | | | Support remove-project node in the manifest parserMasaya Suzuki2018-08-201-0/+26
* | | | | | | | SubmoduleDeinitTest fails on WindowsAndrey Loskutov2018-08-191-4/+6
* | | | | | | | FilterCommandsTest fails on WindowsAndrey Loskutov2018-08-191-0/+2
* | | | | | | | ReceivePackAdvertiseRefsHookTest.testSuccess() fails on WindowsAndrey Loskutov2018-08-191-0/+1
* | | | | | | | Introduce ProtocolV2HookMasaya Suzuki2018-08-161-15/+52
* | | | | | | | Respond with shallow-info before wanted-refsJonathan Tan2018-08-131-4/+4
* | | | | | | | Merge "Fix ResolveMerger: rebase with autocrlf=true, direct checkout"Gunnar Wagenknecht2018-08-132-1/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix ResolveMerger: rebase with autocrlf=true, direct checkoutThomas Wolf2018-08-132-1/+40