Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LockFile: Retry lock creation if parent dirs were removed | Kaushik Lingarkar | 2024-08-21 | 1 | -2/+15 |
* | Merge branch 'stable-6.9' into stable-6.10 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'stable-6.8' into stable-6.9 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'stable-6.7' into stable-6.8 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-6.4' into stable-6.5stable-6.5 | Matthias Sohn | 2024-08-18 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-6.3' into stable-6.4stable-6.4 | Matthias Sohn | 2024-08-18 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-6.2' into stable-6.3stable-6.3 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-6.1' into stable-6.2stable-6.2 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch 'stable-6.0' into stable-6.1stable-6.1 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Merge branch 'stable-5.13' into stable-6.0stable-6.0 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | | |\ | |||||
| | | | | | | | | | | * | Fix "Comparison of narrow type with wide type in loop condition"stable-5.13 | Matthias Sohn | 2024-08-09 | 1 | -1/+1 |
| | | | | | | | | | | * | JGit v5.13.3.202401111512-rv5.13.3.202401111512-r | Matthias Sohn | 2024-01-11 | 3 | -4/+4 |
| | | | | | | | | | | * | Checkout: better directory handling | Thomas Wolf | 2023-10-22 | 9 | -141/+674 |
* | | | | | | | | | | | | RepoProject: read the 'dest-branch' attribute of a project | Kaushik Lingarkar | 2024-07-08 | 3 | -0/+47 |
* | | | | | | | | | | | | Make RepoProject#setUpstream public | Kaushik Lingarkar | 2024-07-08 | 1 | -1/+1 |
* | | | | | | | | | | | | RepoCommand: Add error to ManifestErrorException | Ivan Frade | 2024-07-08 | 1 | -1/+1 |
* | | | | | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref field | Ivan Frade | 2024-07-08 | 2 | -0/+4 |
* | | | | | | | | | | | | RepoProject: read the "upstream" attribute of a project | Ivan Frade | 2024-07-08 | 2 | -0/+28 |
* | | | | | | | | | | | | Prepare 6.10.1-SNAPSHOT builds | Matthias Sohn | 2024-06-04 | 3 | -59/+59 |
* | | | | | | | | | | | | JGit v6.10.0.202406032230-rv6.10.0.202406032230-r | Matthias Sohn | 2024-06-04 | 3 | -4/+4 |
* | | | | | | | | | | | | JGit v6.10.0.202406032110-rv6.10.0.202406032110-r | Matthias Sohn | 2024-06-03 | 3 | -4/+4 |
* | | | | | | | | | | | | Prepare 6.10.0-SNAPSHOT builds | Matthias Sohn | 2024-06-02 | 3 | -4/+4 |
* | | | | | | | | | | | | JGit v6.10.0.202405290101-rc1v6.10.0.202405290101-rc1 | Matthias Sohn | 2024-05-29 | 3 | -4/+4 |
* | | | | | | | | | | | | JGit v6.10.0.202405282244-rc1v6.10.0.202405282244-rc1 | Matthias Sohn | 2024-05-29 | 3 | -4/+4 |
* | | | | | | | | | | | | PatchApplier.Result.Error: mark fields final | Matthias Sohn | 2024-05-28 | 1 | -3/+3 |
* | | | | | | | | | | | | PatchApplier: Set a boolean on the result if conflict markers were added | Patrick Hiesel | 2024-05-27 | 1 | -6/+31 |
* | | | | | | | | | | | | Remove version override of commons-codec | Thomas Wolf | 2024-05-25 | 2 | -2/+1 |
* | | | | | | | | | | | | WalkFetchConnection: Remove marked packs on all function exits | Ivan Frade | 2024-05-16 | 1 | -6/+15 |
* | | | | | | | | | | | | Merge "Do not use ArrayList when there will be deletions" | Ivan Frade | 2024-05-16 | 3 | -27/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Do not use ArrayList when there will be deletions | jackdt@google.com | 2024-05-16 | 3 | -27/+30 |
* | | | | | | | | | | | | | Merge changes I12e4d0fd,I082ffb20 | Matthias Sohn | 2024-05-16 | 1 | -19/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Remove unused API problem filters | Matthias Sohn | 2024-05-14 | 1 | -19/+0 |
* | | | | | | | | | | | | | Merge "Allow applying a patch with conflicts" | Matthias Sohn | 2024-05-15 | 1 | -19/+115 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Allow applying a patch with conflicts | Patrick Hiesel | 2024-05-14 | 1 | -19/+115 |
* | | | | | | | | | | | | | Check an execution bit by reading it from the file system | Yury Molchan | 2024-05-13 | 1 | -2/+11 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | PackIndex: Make it an interface | Ivan Frade | 2024-05-08 | 3 | -23/+26 |
* | | | | | | | | | | | | PackIndex: Make iterator static (pass object count in ctor) | Ivan Frade | 2024-05-08 | 3 | -4/+18 |
* | | | | | | | | | | | | PackIndex: move checksum to the subclasses | Ivan Frade | 2024-05-08 | 4 | -10/+21 |
* | | | | | | | | | | | | Merge "PackIndex: Make #getOffset protected to allow out-of-package subclasses" | Ivan Frade | 2024-05-01 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | PackIndex: Make #getOffset protected to allow out-of-package subclasses | Ivan Frade | 2024-04-26 | 2 | -2/+2 |
* | | | | | | | | | | | | | [errorprone] Fix error pattern JdkObsolete | Matthias Sohn | 2024-04-29 | 27 | -82/+77 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | ResolveMerger: Fix the issue with binary modify-modify conflicts | Sruteesh | 2024-04-25 | 1 | -30/+43 |
* | | | | | | | | | | | | PackBitmapIndexBuilder.StoredEntry: add getter for objectId | Sam Delmerico | 2024-04-12 | 1 | -4/+16 |
* | | | | | | | | | | | | PackBitmapIndex: clarify naming of getObject inputs | Sam Delmerico | 2024-04-12 | 3 | -19/+24 |
* | | | | | | | | | | | | Merge "MergeAlgorithm: Fix diff3 conflict hunk computation" | Ivan Frade | 2024-04-09 | 1 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | MergeAlgorithm: Fix diff3 conflict hunk computation | Antonin Delpeuch | 2024-04-09 | 1 | -2/+11 |
* | | | | | | | | | | | | | PackBitmapIndexBuilder: make StoredEntry constructor public | Sam Delmerico | 2024-04-03 | 1 | -1/+15 |
* | | | | | | | | | | | | | Merge "PackBitmapIndexBuilder: allow repeated call of getCompressedBitmaps()" | Ivan Frade | 2024-04-02 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |