summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-021-0/+30
* Merge branch 'next'Matthias Sohn2024-06-045-7/+7
|\
| * Update minimum Java version to 17Matthias Sohn2024-05-025-7/+7
| * Merge branch 'master' into nextMatthias Sohn2024-05-0237-152/+151
| |\
| * \ Merge branch 'master' into nextMatthias Sohn2024-04-2611-159/+657
| |\ \
| * \ \ Merge branch 'master' into nextMatthias Sohn2024-02-21165-934/+2011933
| |\ \ \
| * \ \ \ Merge branch 'master' into nextMatthias Sohn2022-07-0665-354/+4143
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into nextMatthias Sohn2021-12-311-2/+38
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into nextThomas Wolf2021-12-273-12/+101
| |\ \ \ \ \ \
| * | | | | | | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2021-12-042-57/+57
* | | | | | | | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2024-06-042-60/+60
* | | | | | | | Merge branch 'stable-6.10'Matthias Sohn2024-06-042-60/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | Prepare 6.10.1-SNAPSHOT buildsMatthias Sohn2024-06-042-60/+60
| * | | | | | | | JGit v6.10.0.202406032230-rv6.10.0.202406032230-rMatthias Sohn2024-06-042-2/+2
| * | | | | | | | JGit v6.10.0.202406032110-rv6.10.0.202406032110-rMatthias Sohn2024-06-032-2/+2
| * | | | | | | | Prepare 6.10.0-SNAPSHOT buildsMatthias Sohn2024-06-022-2/+2
| * | | | | | | | JGit v6.10.0.202405290101-rc1v6.10.0.202405290101-rc1Matthias Sohn2024-05-292-2/+2
| * | | | | | | | JGit v6.10.0.202405282244-rc1v6.10.0.202405282244-rc1Matthias Sohn2024-05-292-2/+2
* | | | | | | | | CommitGraphWriter: use ANY_DIFF instead of idEquals inside next()Ivan Frade2024-05-311-0/+2
* | | | | | | | | CommitGraphWriter: Move path diff calculation to its own classIvan Frade2024-05-311-0/+24
* | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-05-302-0/+133
* | | | | | | | | RepoProject: read the "upstream" attribute of a projectIvan Frade2024-05-301-0/+39
|/ / / / / / / /
* | | | | | | | PatchApplier.Result.Error: mark fields finalMatthias Sohn2024-05-281-8/+6
* | | | | | | | PatchApplier: Set a boolean on the result if conflict markers were addedPatrick Hiesel2024-05-271-2/+2
* | | | | | | | PatchApplier: Add test for conflict markers on a deleted filePatrick Hiesel2024-05-272-0/+20
* | | | | | | | Merge changes I12e4d0fd,I082ffb20Matthias Sohn2024-05-162-26/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix warning "Redundant specification of type arguments <Object>"Matthias Sohn2024-05-142-26/+6
* | | | | | | | | PatchApplierTest: remove unused importMatthias Sohn2024-05-151-1/+0
* | | | | | | | | Allow applying a patch with conflictsPatrick Hiesel2024-05-147-2/+119
|/ / / / / / / /
* | | | | | | / GitDateFormatterTest: Remove printlnsIvan Frade2024-05-021-2/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Bazel: Add support for JDK 21David Ostrovsky2024-05-022-14/+6
* | | | | | | Fix warning about using raw typeMatthias Sohn2024-04-291-1/+1
* | | | | | | [errorprone] Fix pattern ModifiedButNotUsedMatthias Sohn2024-04-292-0/+4
* | | | | | | [errorprone] Fix pattern CatchAndPrintStackTraceMatthias Sohn2024-04-291-12/+13
* | | | | | | [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-293-8/+8
* | | | | | | [errorprone] Fix pattern BadImportMatthias Sohn2024-04-294-10/+7
* | | | | | | [errorprone] Fix pattern UseCorrectAssertInTestsMatthias Sohn2024-04-291-3/+5
* | | | | | | [errorprone] Fix pattern ProtectedMembersInFinalClassMatthias Sohn2024-04-291-1/+1
* | | | | | | [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-297-10/+17
* | | | | | | [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-298-36/+30
* | | | | | | [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-293-7/+7
* | | | | | | [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-294-11/+10
* | | | | | | [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-286-41/+44
| |_|_|_|_|/ |/| | | | |
* | | | | | ResolveMerger: Fix the issue with binary modify-modify conflictsSruteesh2024-04-252-8/+187
* | | | | | Explain why RacyGitTests may be flaky in some environmentsMatthias Sohn2024-04-201-0/+16
* | | | | | Merge "Add more tests on rewriting parents in a RevWalk"Ivan Frade2024-04-111-9/+123
|\ \ \ \ \ \
| * | | | | | Add more tests on rewriting parents in a RevWalkMax Haslbeck2024-03-261-9/+123
* | | | | | | Merge "MergeAlgorithm: Fix diff3 conflict hunk computation"Ivan Frade2024-04-091-0/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MergeAlgorithm: Fix diff3 conflict hunk computationAntonin Delpeuch2024-04-091-0/+13
* | | | | | | Merge "DfsGarbageCollectorTest: add test for bitmap index creation"Ivan Frade2024-03-201-1/+67
|\ \ \ \ \ \ \