summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* PackWriter: Remove constructor with only Reader as paramIvan Frade2024-09-161-1/+2
* Revert "Remove deprecatedMatthias Sohn2024-09-031-5/+8
* Remove deprecated DirCacheCheckout#checkoutEntry methodsMatthias Sohn2024-09-031-4/+7
* Remove deprecated LocalDiskRepositoryTestCase#create(boolean,boolean)Matthias Sohn2024-09-031-8/+5
* Merge branch 'master' into stable-7.0Matthias Sohn2024-08-301-0/+13
|\
| * ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-291-0/+13
* | ObjectDirectoryTest: ensure WindowCursor is closedMatthias Sohn2024-08-281-9/+10
* | PackExtBlockCacheTableTest: fix empty block warningMatthias Sohn2024-08-281-0/+2
* | PackExtBlockCacheTableTest: suppress unchecked conversion warningsMatthias Sohn2024-08-281-1/+1
* | PackExtBlockCacheTableTest: suppress boxing warning on test classMatthias Sohn2024-08-281-0/+1
* | DfsBlockCacheConfigTest: suppress boxing warning on test classMatthias Sohn2024-08-281-3/+1
|/
* Signing: refactor interfacesThomas Wolf2024-08-241-16/+57
* Lib: Fix ssh value for gpg.format throwing an IllegalArgumentExceptiongranny2024-07-301-0/+10
* Merge "PackExtBlockCacheTable: spread extensions over multiple dfs tables"Ivan Frade2024-07-301-0/+588
|\
| * PackExtBlockCacheTable: spread extensions over multiple dfs tablesLaura Hamelin2024-07-241-0/+588
* | Add worktrees read supportJanne Valkealahti2024-07-149-22/+215
|/
* Merge "DfsBlockCacheConfig: support configurations for dfs cache tables per e...Ivan Frade2024-07-121-0/+159
|\
| * DfsBlockCacheConfig: support configurations for dfs cache tables per extensionsLaura Hamelin2024-07-121-0/+159
* | DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-105-0/+8
* | RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-021-0/+30
|/
* 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-271-0/+10
* 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-141-2/+53
|/
* 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
|\ \ | |/ |/|