aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
* Merge branch 'stable-6.9' into stable-6.10Matthias Sohn2024-08-201-1/+1
|\
| * Merge branch 'stable-6.8' into stable-6.9Matthias Sohn2024-08-201-1/+1
| |\
| | * Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-08-201-1/+1
| | |\
| | | * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-08-201-1/+1
| | | |\
| | | | * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2024-08-201-1/+1
| | | | |\
| | | | | * Merge branch 'stable-6.4' into stable-6.5stable-6.5Matthias Sohn2024-08-181-1/+1
| | | | | |\
| | | | | | * Merge branch 'stable-6.3' into stable-6.4stable-6.4Matthias Sohn2024-08-181-1/+1
| | | | | | |\
| | | | | | | * Merge branch 'stable-6.2' into stable-6.3stable-6.3Matthias Sohn2024-08-141-1/+1
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-6.1' into stable-6.2stable-6.2Matthias Sohn2024-08-141-1/+1
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-6.0' into stable-6.1stable-6.1Matthias Sohn2024-08-141-1/+1
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-5.13' into stable-6.0stable-6.0Matthias Sohn2024-08-141-1/+1
| | | | | | | | | | |\
| | | | | | | | | | | * Fix "Comparison of narrow type with wide type in loop condition"stable-5.13Matthias Sohn2024-08-091-1/+1
| | | | | | | | | | | * JGit v5.13.3.202401111512-rv5.13.3.202401111512-rMatthias Sohn2024-01-113-4/+4
| | | | | | | | | | | * Checkout: better directory handlingThomas Wolf2023-10-229-141/+674
* | | | | | | | | | | | RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-083-0/+47
* | | | | | | | | | | | Make RepoProject#setUpstream publicKaushik Lingarkar2024-07-081-1/+1
* | | | | | | | | | | | RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-07-081-1/+1
* | | | | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-07-082-0/+4
* | | | | | | | | | | | RepoProject: read the "upstream" attribute of a projectIvan Frade2024-07-082-0/+28
* | | | | | | | | | | | Prepare 6.10.1-SNAPSHOT buildsMatthias Sohn2024-06-043-59/+59
* | | | | | | | | | | | JGit v6.10.0.202406032230-rv6.10.0.202406032230-rMatthias Sohn2024-06-043-4/+4
* | | | | | | | | | | | JGit v6.10.0.202406032110-rv6.10.0.202406032110-rMatthias Sohn2024-06-033-4/+4
* | | | | | | | | | | | Prepare 6.10.0-SNAPSHOT buildsMatthias Sohn2024-06-023-4/+4
* | | | | | | | | | | | JGit v6.10.0.202405290101-rc1v6.10.0.202405290101-rc1Matthias Sohn2024-05-293-4/+4
* | | | | | | | | | | | JGit v6.10.0.202405282244-rc1v6.10.0.202405282244-rc1Matthias Sohn2024-05-293-4/+4
* | | | | | | | | | | | PatchApplier.Result.Error: mark fields finalMatthias Sohn2024-05-281-3/+3
* | | | | | | | | | | | PatchApplier: Set a boolean on the result if conflict markers were addedPatrick Hiesel2024-05-271-6/+31
* | | | | | | | | | | | Remove version override of commons-codecThomas Wolf2024-05-252-2/+1
* | | | | | | | | | | | WalkFetchConnection: Remove marked packs on all function exitsIvan Frade2024-05-161-6/+15
* | | | | | | | | | | | Merge "Do not use ArrayList when there will be deletions"Ivan Frade2024-05-163-27/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-163-27/+30
* | | | | | | | | | | | | Merge changes I12e4d0fd,I082ffb20Matthias Sohn2024-05-161-19/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Remove unused API problem filtersMatthias Sohn2024-05-141-19/+0
* | | | | | | | | | | | | Merge "Allow applying a patch with conflicts"Matthias Sohn2024-05-151-19/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Allow applying a patch with conflictsPatrick Hiesel2024-05-141-19/+115
* | | | | | | | | | | | | Check an execution bit by reading it from the file systemYury Molchan2024-05-131-2/+11
|/ / / / / / / / / / / /
* | | | | | | | | | | | PackIndex: Make it an interfaceIvan Frade2024-05-083-23/+26
* | | | | | | | | | | | PackIndex: Make iterator static (pass object count in ctor)Ivan Frade2024-05-083-4/+18
* | | | | | | | | | | | PackIndex: move checksum to the subclassesIvan Frade2024-05-084-10/+21
* | | | | | | | | | | | Merge "PackIndex: Make #getOffset protected to allow out-of-package subclasses"Ivan Frade2024-05-012-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | PackIndex: Make #getOffset protected to allow out-of-package subclassesIvan Frade2024-04-262-2/+2
* | | | | | | | | | | | | [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-2927-82/+77
|/ / / / / / / / / / / /
* | | | | | | | | | | | ResolveMerger: Fix the issue with binary modify-modify conflictsSruteesh2024-04-251-30/+43
* | | | | | | | | | | | PackBitmapIndexBuilder.StoredEntry: add getter for objectIdSam Delmerico2024-04-121-4/+16
* | | | | | | | | | | | PackBitmapIndex: clarify naming of getObject inputsSam Delmerico2024-04-123-19/+24
* | | | | | | | | | | | Merge "MergeAlgorithm: Fix diff3 conflict hunk computation"Ivan Frade2024-04-091-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | MergeAlgorithm: Fix diff3 conflict hunk computationAntonin Delpeuch2024-04-091-2/+11
* | | | | | | | | | | | | PackBitmapIndexBuilder: make StoredEntry constructor publicSam Delmerico2024-04-031-1/+15
* | | | | | | | | | | | | Merge "PackBitmapIndexBuilder: allow repeated call of getCompressedBitmaps()"Ivan Frade2024-04-021-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \