Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare 6.6.0-SNAPSHOT builds | Matthias Sohn | 2023-05-04 | 91 | -125/+125 |
* | JGit v6.6.0.202305031100-m2v6.6.0.202305031100-m2 | Matthias Sohn | 2023-05-03 | 91 | -125/+125 |
* | Merge "Fix inProcessPackedRefsLock not shared with copies of the instance" | Matthias Sohn | 2023-05-03 | 1 | -1/+3 |
|\ | |||||
| * | Fix inProcessPackedRefsLock not shared with copies of the instance | Nasser Grainawi | 2023-05-02 | 1 | -1/+3 |
* | | Update Maven plugins | Matthias Sohn | 2023-05-03 | 2 | -19/+19 |
* | | Add TransportHttp#getAdditionalHeaders | Matthias Sohn | 2023-05-03 | 2 | -1/+20 |
* | | Add 4.27 (2023-03) and 4.28 (2023-06) target platforms | Matthias Sohn | 2023-05-03 | 4 | -0/+396 |
* | | Update slf4j to 1.7.36 and consume it directly from Maven Central | Matthias Sohn | 2023-05-02 | 18 | -66/+200 |
* | | Update assertj-core to 3.24.2 | Matthias Sohn | 2023-05-01 | 15 | -35/+129 |
* | | Update Apache commons-codec to 1.15 | Matthias Sohn | 2023-05-01 | 14 | -36/+79 |
* | | Update org.apache.commons:commons-compress to 1.23.0 | Matthias Sohn | 2023-05-01 | 15 | -37/+129 |
* | | Update javaEWAH to 1.2.3 and use it directly from Maven central | Matthias Sohn | 2023-05-01 | 15 | -37/+128 |
|/ | |||||
* | Update plexus-compiler to 2.13.0 | Matthias Sohn | 2023-05-01 | 1 | -1/+1 |
* | Update org.eclipse.jdt:ecj to 3.33.0 | Matthias Sohn | 2023-05-01 | 1 | -1/+1 |
* | Add missing @since tag to IntComparator | Matthias Sohn | 2023-05-01 | 1 | -0/+2 |
* | Update to jakarta.servlet:jakarta.servlet-api:4.0.4 | Matthias Sohn | 2023-05-01 | 15 | -52/+52 |
* | Support rebasing independent branches | Thomas Wolf | 2023-04-29 | 2 | -11/+160 |
* | Support cherry-picking a root commit | Thomas Wolf | 2023-04-29 | 2 | -37/+75 |
* | AddCommand: ability to switch off renormalization | Thomas Wolf | 2023-04-28 | 6 | -28/+196 |
* | Update jetty to 10.0.15 and use it from Maven central directly | Matthias Sohn | 2023-04-28 | 24 | -205/+597 |
* | Update bouncycastle to 1.73 | Matthias Sohn | 2023-04-28 | 13 | -66/+66 |
* | [errorprone] Fix MissingOverride error | Matthias Sohn | 2023-04-28 | 1 | -0/+1 |
* | Merge "Merge branch 'stable-6.5'" | Matthias Sohn | 2023-04-28 | 9 | -18/+174 |
|\ | |||||
| * | Merge branch 'stable-6.5' | Matthias Sohn | 2023-04-28 | 9 | -18/+174 |
| |\ | |||||
| | * | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-04-27 | 7 | -16/+111 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-04-27 | 7 | -16/+111 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-04-27 | 7 | -16/+111 |
| | | | |\ | |||||
| | | | | * | [bazel] Move ToolTestCase to src folder (6.2) | Matthias Sohn | 2023-04-27 | 1 | -0/+0 |
| | | | | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-04-27 | 6 | -16/+111 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-04-27 | 1 | -0/+2 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-27 | 1 | -0/+2 |
| | | | | | | |\ | |||||
| | | | | | | | * | GcConcurrentTest: @Ignore flaky testInterruptGc | Jonathan Tan | 2023-04-27 | 1 | -0/+2 |
| | | | | | | | * | Fix CommitTemplateConfigTest | Matthias Sohn | 2023-04-27 | 1 | -4/+1 |
| | | | | | * | | | Fix after_open config and Snapshotting RefDir tests to work with bazel | Prudhvi Akhil Alahari | 2023-04-26 | 2 | -0/+23 |
| | | | | | * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-04-26 | 3 | -16/+86 |
| | | | | | |\| | | |||||
| | | | | | | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-26 | 1 | -3/+3 |
| | | | | | | |\| | |||||
| | | | | | | | * | [bazel] Skip ConfigTest#testCommitTemplatePathInHomeDirecory | Matthias Sohn | 2023-04-26 | 3 | -24/+62 |
| | | | | | | | * | Demote severity of some error prone bug patterns to warnings | David Ostrovsky | 2023-04-26 | 1 | -3/+3 |
| | | | | | | * | | UploadPack: Fix NPE when traversing a tag chain | Kaushik Lingarkar | 2023-04-21 | 2 | -13/+83 |
| | * | | | | | | | Parse pull.rebase=preserve as alias for pull.rebase=merges | Matthias Sohn | 2023-04-22 | 3 | -2/+65 |
* | | | | | | | | | Merge "PackReverseIndexWriter: write out version 1 reverse index file" | Ivan Frade | 2023-04-28 | 6 | -0/+391 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | PackReverseIndexWriter: write out version 1 reverse index file | Anna Papitto | 2023-04-28 | 6 | -0/+391 |
* | | | | | | | | | Merge "IntList: add #sort using quick sort for O(n log n) runtime." | Ivan Frade | 2023-04-28 | 2 | -0/+124 |
|\| | | | | | | | | |||||
| * | | | | | | | | IntList: add #sort using quick sort for O(n log n) runtime. | Anna Papitto | 2023-04-28 | 2 | -0/+124 |
* | | | | | | | | | [bazel] Fix version number of bcpg-jdk18on | Matthias Sohn | 2023-04-24 | 1 | -1/+1 |
* | | | | | | | | | Use bouncycastle libraries directly from Maven Central | Matthias Sohn | 2023-04-21 | 25 | -110/+341 |
|/ / / / / / / / | |||||
* | | | | | | | | Add missing @since tag for BatchRefUpdate#getRefDatabase | Matthias Sohn | 2023-04-21 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'stable-6.5' | Matthias Sohn | 2023-04-21 | 7 | -6/+116 |
|\| | | | | | | | |||||
| * | | | | | | | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-04-21 | 7 | -6/+116 |
| |\| | | | | | | |||||
| | * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-04-21 | 6 | -6/+88 |
| | |\| | | | | |