summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Prepare 6.6.2-SNAPSHOT buildsMatthias Sohn2023-09-032-60/+60
* JGit v6.6.1.202309021850-rv6.6.1.202309021850-rMatthias Sohn2023-09-032-2/+2
* Checkout: better directory handlingThomas Wolf2023-09-038-1/+385
* Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-08-031-0/+4
|\
| * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-08-031-0/+4
| |\
| | * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-08-031-0/+4
| | |\
| | | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-08-031-0/+4
| | | |\
| | | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-08-031-0/+4
| | | | |\
| | | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-08-031-0/+4
| | | | | |\
| | | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-031-0/+4
| | | | | | |\
| | | | | | | * Add verification in GcKeepFilesTest that bitmaps are generatedLuca Milanesio2023-07-051-0/+4
| | | | | | | * Prepare 5.13.3-SNAPSHOT buildsMatthias Sohn2023-06-222-55/+55
| | | | | | | * JGit v5.13.2.202306221912-rv5.13.2.202306221912-rMatthias Sohn2023-06-222-2/+2
* | | | | | | | Bump bazel vesion to 6.2.0David Ostrovsky2023-05-311-6/+2
* | | | | | | | Prepare 6.6.1-SNAPSHOT buildsMatthias Sohn2023-05-302-60/+60
* | | | | | | | JGit v6.6.0.202305301015-rv6.6.0.202305301015-rMatthias Sohn2023-05-302-2/+2
* | | | | | | | Prepare 6.6.0-SNAPSHOT buildsMatthias Sohn2023-05-242-2/+2
* | | | | | | | JGit v6.6.0.202305241045-m3v6.6.0.202305241045-m3Matthias Sohn2023-05-242-2/+2
* | | | | | | | GraphObjectIndex: fix search in findGraphPositionJonathan Tan2023-05-231-0/+28
* | | | | | | | RewriteGeneratorTest: Introduce test cases for the RewriteGeneratorSimon Sohrt2023-05-091-0/+63
* | | | | | | | Merge "PackWriter: write the PackReverseIndex file"Ivan Frade2023-05-081-0/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | PackWriter: write the PackReverseIndex fileAnna Papitto2023-05-081-0/+33
* | | | | | | | | Update slf4j to 1.7.36 and consume it directly from Maven CentralMatthias Sohn2023-05-021-1/+1
|/ / / / / / / /
* | | | | | | | Support rebasing independent branchesThomas Wolf2023-04-291-0/+141
* | | | | | | | Support cherry-picking a root commitThomas Wolf2023-04-291-35/+67
* | | | | | | | AddCommand: ability to switch off renormalizationThomas Wolf2023-04-282-11/+92
* | | | | | | | [errorprone] Fix MissingOverride errorMatthias Sohn2023-04-281-0/+1
* | | | | | | | Merge "Merge branch 'stable-6.5'"Matthias Sohn2023-04-285-1/+151
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-04-285-1/+151
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-274-0/+94
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-274-0/+94
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-274-0/+94
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-274-0/+94
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-271-0/+2
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-271-0/+2
| | | | | | | |\|
| | | | | | | | * GcConcurrentTest: @Ignore flaky testInterruptGcJonathan Tan2023-04-271-0/+2
| | | | | | | | * Fix CommitTemplateConfigTestMatthias Sohn2023-04-271-4/+1
| | | | | | | | * [bazel] Skip ConfigTest#testCommitTemplatePathInHomeDirecoryMatthias Sohn2023-04-263-24/+62
| | | | | | * | | Fix after_open config and Snapshotting RefDir tests to work with bazelPrudhvi Akhil Alahari2023-04-262-0/+23
| | | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-261-0/+69
| | | | | | |\| |
| | | | | | | * | UploadPack: Fix NPE when traversing a tag chainKaushik Lingarkar2023-04-211-0/+69
| | * | | | | | | Parse pull.rebase=preserve as alias for pull.rebase=mergesMatthias Sohn2023-04-222-1/+59
* | | | | | | | | PackReverseIndexWriter: write out version 1 reverse index fileAnna Papitto2023-04-282-0/+165
|/ / / / / / / /
* | | | | | | | IntList: add #sort using quick sort for O(n log n) runtime.Anna Papitto2023-04-281-0/+34
* | | | | | | | Merge branch 'stable-6.5'Matthias Sohn2023-04-151-0/+29
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-04-151-0/+29
| |\| | | | | |
| | * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-04-151-0/+29
| | |\| | | | |
| | | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-04-151-0/+29
| | | |\| | | |
| | | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-151-0/+29
| | | | |\| | |
| | | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-151-0/+29
| | | | | |\| |