aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | DfsGarbageCollectorTest: add test for bitmap index creationSam Delmerico2024-03-181-1/+67
| |/ / / / / /
* | | | | | | TreeRevFilter: correct changedPathFilter usage for multi-paths inclusionXing Huang2024-03-181-0/+30
* | | | | | | PathFilterGroup: implement getPathsBestEffort()Xing Huang2024-03-181-0/+27
* | | | | | | DfsPackFile: get commitGraph.readChangePaths from repo configXing Huang2024-03-142-0/+66
|/ / / / / /
* | | | | | Prepare 6.10.0-SNAPSHOT buildsMatthias Sohn2024-03-052-60/+60
* | | | | | Prepare 6.9.1-SNAPSHOT buildsMatthias Sohn2024-03-052-60/+60
* | | | | | JGit v6.9.0.202403050737-rv6.9.0.202403050737-rMatthias Sohn2024-03-052-2/+2
* | | | | | JGit v6.9.0.202403050045-rv6.9.0.202403050045-rMatthias Sohn2024-03-052-2/+2
* | | | | | Prepare 6.9.0-SNAPSHOT buildsMatthias Sohn2024-03-052-2/+2