Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-04-15 | 6 | -13/+138 | |
| | | | |\| | | | | | | | ||||||
| | | | | * | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-04-15 | 6 | -13/+138 | |
| | | | | |\| | | | | | | ||||||
| | | | | | * | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-04-15 | 6 | -13/+138 | |
| | | | | | |\| | | | | | ||||||
| | | | | | | * | | | | | Remove blank in maven.config | Matthias Sohn | 2023-04-15 | 1 | -1/+1 | |
| | | | | | | * | | | | | DirCache: support option index.skipHash | Matthias Sohn | 2023-03-28 | 5 | -12/+137 | |
* | | | | | | | | | | | | Add protocol configuration to Amazon S3 transport | Pat Patterson | 2023-04-13 | 1 | -1/+8 | |
* | | | | | | | | | | | | [pgm] Implement git tag --contains option | Matthias Sohn | 2023-04-12 | 3 | -1/+52 | |
* | | | | | | | | | | | | ListTagCommand: implement git tag --contains | Matthias Sohn | 2023-04-12 | 2 | -4/+83 | |
* | | | | | | | | | | | | RevWalk: use generation number to optimize getMergedInto() | kylezhao | 2023-04-12 | 2 | -0/+103 | |
* | | | | | | | | | | | | DfsPackFile: Extract block aligment code | Ivan Frade | 2023-04-11 | 1 | -30/+19 | |
* | | | | | | | | | | | | Merge branch 'stable-6.5' | Matthias Sohn | 2023-04-06 | 6 | -12/+69 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Ensure parsed RevCommitCG has derived data from commit-graph | kylezhao | 2023-04-06 | 3 | -5/+62 | |
| * | | | | | | | | | | | Downgrade maven-site-plugin to 3.12.1 | Matthias Sohn | 2023-03-30 | 3 | -3/+3 | |
| * | | | | | | | | | | | Use wagon-ssh-external to deploy Maven site | Matthias Sohn | 2023-03-30 | 2 | -4/+4 | |
* | | | | | | | | | | | | PatchApplierTest: specify charset to avoid warning | Jonathan Tan | 2023-04-05 | 1 | -2/+2 | |
* | | | | | | | | | | | | GcConcurrentTest: @Ignore flaky testInterruptGc | Jonathan Tan | 2023-04-05 | 1 | -0/+2 | |
* | | | | | | | | | | | | Merge "PatchApplier: Check for existence of src/dest files before any operation" | Han-Wen NIenhuys | 2023-03-31 | 4 | -23/+131 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | PatchApplier: Check for existence of src/dest files before any operation | Nitzan Gur-Furman | 2023-03-31 | 4 | -23/+131 | |
* | | | | | | | | | | | | | Revert "RefDirectory: Throw exception if CAS of packed ref list fails" | Martin Fick | 2023-03-30 | 1 | -16/+1 | |
* | | | | | | | | | | | | | RefDirectory.delete: Prevent failures when packed-refs is outdated | Kaushik Lingarkar | 2023-03-30 | 1 | -4/+4 | |
* | | | | | | | | | | | | | RefDirectory.pack: Only rely on packed refs from disk | Kaushik Lingarkar | 2023-03-30 | 1 | -8/+8 | |
* | | | | | | | | | | | | | RefDirectory: Make pack() and commitPackRefs() void | Kaushik Lingarkar | 2023-03-30 | 1 | -14/+7 | |
* | | | | | | | | | | | | | Implement a snapshotting RefDirectory for use in request scope | Kaushik Lingarkar | 2023-03-30 | 6 | -16/+417 | |
* | | | | | | | | | | | | | Fix RefDirectoryTest.testGetRefs_LooseSorting_Bug_348834 | Kaushik Lingarkar | 2023-03-30 | 1 | -7/+16 | |
* | | | | | | | | | | | | | PackedBatchRefUpdate: Ensure updates are applied on latest packed refs | Kaushik Lingarkar | 2023-03-30 | 2 | -16/+29 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Record my e-mail change in .mailmap | Thomas Wolf | 2023-03-29 | 1 | -0/+1 | |
* | | | | | | | | | | | | [releng] Bump japicmp base version | Thomas Wolf | 2023-03-29 | 1 | -1/+1 | |
* | | | | | | | | | | | | PatchApplier: missing @since, and minor formatting | Thomas Wolf | 2023-03-29 | 1 | -2/+8 | |
* | | | | | | | | | | | | Merge "BasePackFetchConnection: support negotiationTip feature" | Ivan Frade | 2023-03-28 | 3 | -2/+274 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | BasePackFetchConnection: support negotiationTip feature | Ronald Bhuleskar | 2023-03-28 | 3 | -2/+274 | |
* | | | | | | | | | | | | | PatchApplierTest: Remove test data with Apache license | Ivan Frade | 2023-03-28 | 4 | -747/+0 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge "Fix PatchApplier error handling." | Han-Wen NIenhuys | 2023-03-28 | 8 | -278/+374 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix PatchApplier error handling. | Nitzan Gur-Furman | 2023-03-28 | 8 | -278/+374 | |
* | | | | | | | | | | | | | Merge branch 'stable-6.5' | Matthias Sohn | 2023-03-27 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Ensure FileCommitGraph scans commit-graph file if it already exists | kylezhao | 2023-03-27 | 2 | -3/+11 | |
* | | | | | | | | | | | | | Merge branch 'stable-6.5' | Matthias Sohn | 2023-03-23 | 0 | -0/+0 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / | | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| | | | | | | | ||||||
| | | | | * | | | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 | |
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / | | | | | | |/| | | | | | | ||||||
| | | | | | * | | | | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-03-23 | 1 | -2/+3 | |
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | |/ / / / / | | | | | | | |/| | | | | | ||||||
| | | | | | | * | | | | | | GC: Close File.lines stream | Xing Huang | 2023-03-23 | 1 | -2/+3 | |
* | | | | | | | | | | | | | GC: Close File.lines stream | Xing Huang | 2023-03-21 | 1 | -2/+3 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'stable-6.5' | Matthias Sohn | 2023-03-07 | 4 | -13/+20 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Rerun flaky tests 3 times | Matthias Sohn | 2023-03-07 | 2 | -0/+2 | |
| * | | | | | | | | | | | Prepare 6.5.1-SNAPSHOT builds | Matthias Sohn | 2023-03-07 | 91 | -533/+533 | |
| * | | | | | | | | | | | JGit v6.5.0.202303070854-rv6.5.0.202303070854-r | Matthias Sohn | 2023-03-07 | 91 | -125/+125 | |
| * | | | | | | | | | | | Ignore generated org.eclipse.jgit.benchmarks/dependency-reduced-pom.xml | Matthias Sohn | 2023-03-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | [sshd] Fix calculation of timeout in AbstractClientProxyConnector | Stephan Wahlbrink | 2023-03-06 | 1 | -13/+10 |