summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v7.0.0.202407311305-m2v7.0.0.202407311305-m2Matthias Sohn2024-07-313-4/+4
* Lib: Fix ssh value for gpg.format throwing an IllegalArgumentExceptiongranny2024-07-301-1/+3
* DfsPackFile: Abstract the loading of pack indexesIvan Frade2024-07-301-70/+183
* Merge "PackExtBlockCacheTable: spread extensions over multiple dfs tables"Ivan Frade2024-07-304-2/+317
|\
| * PackExtBlockCacheTable: spread extensions over multiple dfs tablesLaura Hamelin2024-07-244-2/+317
* | PackObjectSizeIndex: Read all bytes and use the byte[] directlyIvan Frade2024-07-243-61/+122
* | DfsPackFile: Do not set local reverse index ref from cache callbackIvan Frade2024-07-161-17/+21
* | Merge changes Id077d58f,Idf61f481Matthias Sohn2024-07-1519-62/+304
|\ \ | |/ |/|
| * Add worktrees read supportJanne Valkealahti2024-07-1419-62/+304
* | DfsBlockCacheTable: extract stats get* methods to interfaceLaura Hamelin2024-07-153-54/+77
|/
* Merge "DfsBlockCacheConfig: support configurations for dfs cache tables per e...Ivan Frade2024-07-124-34/+183
|\
| * DfsBlockCacheConfig: support configurations for dfs cache tables per extensionsLaura Hamelin2024-07-124-34/+183
* | DfsPackFile: Enable/disable object size index via DfsReaderOptionsIvan Frade2024-07-103-0/+37
* | RepoProject: read the 'dest-branch' attribute of a projectKaushik Lingarkar2024-07-022-0/+28
* | Make RepoProject#setUpstream publicKaushik Lingarkar2024-07-011-1/+1
* | Merge "Merge branch 'next'"Matthias Sohn2024-06-303-5/+5
|\ \
| * \ Merge branch 'next'Matthias Sohn2024-06-043-5/+5
| |\ \
| | * | Bump jetty version to 11.0.20David Ostrovsky2024-05-021-8/+0
| | * | Update minimum Java version to 17Matthias Sohn2024-05-023-5/+5
| | * | Merge branch 'master' into nextMatthias Sohn2024-05-0229-84/+79
| | |\ \
| | * \ \ Merge branch 'master' into nextMatthias Sohn2024-04-2640-792/+1672
| | |\ \ \
| | * \ \ \ Merge branch 'master' into nextMatthias Sohn2024-02-21574-4778/+17672
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into nextMatthias Sohn2022-07-06111-1148/+7012
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into nextMatthias Sohn2021-12-312-3/+24
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into nextThomas Wolf2021-12-2714-23/+679
| | |\ \ \ \ \ \ \
| | * | | | | | | | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2021-12-043-55/+55
* | | | | | | | | | DfsPackFile: Do not set primery index local ref from cache callbackIvan Frade2024-06-281-16/+27
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | RepoProject: Fix @since tag of new methodsMatthias Sohn2024-06-091-3/+4
* | | | | | | | | Merge "Introduce GPG_SIGNATURE_PREFIX constant"Matthias Sohn2024-06-082-1/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduce GPG_SIGNATURE_PREFIX constantLuca Milanesio2024-06-072-1/+9
| |/ / / / / / / /
* / / / / / / / / RepoCommand: Add error to ManifestErrorExceptionIvan Frade2024-06-061-1/+1
|/ / / / / / / /
* | | | | | | | Prepare 7.0.0-SNAPSHOT buildsMatthias Sohn2024-06-043-59/+59
* | | | | | | | Merge branch 'stable-6.10'Matthias Sohn2024-06-043-59/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
* | | | | | | | | CommitGraphWriter: use ANY_DIFF instead of idEquals inside next()Ivan Frade2024-05-311-3/+8
* | | | | | | | | CommitGraphWriter: Move path diff calculation to its own classIvan Frade2024-05-311-33/+39
* | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref fieldIvan Frade2024-05-302-0/+4
* | | | | | | | | RepoProject: read the "upstream" attribute of a projectIvan Frade2024-05-302-0/+28
|/ / / / / / / /
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |