aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* DfsReaderIoStats: getters to object size index micros/bytesIvan Frade2024-08-271-0/+18
* Merge branch 'stable-6.10'Matthias Sohn2024-08-272-4/+19
|\
| * AmazonS3: Ensure SAXParserFactory sets valid/expected input paramsMatthias Sohn2024-08-271-2/+4
| * LockFile: Retry lock creation if parent dirs were removedKaushik Lingarkar2024-08-211-2/+15
* | Signing: refactor interfacesThomas Wolf2024-08-2421-732/+761
* | GpgConfig: Add missing @sinceThomas Wolf2024-08-211-1/+5
* | DfsReaderIoStats: Order fields and methods consistentlyIvan Frade2024-08-201-34/+34
* | Merge branch 'stable-6.10'Matthias Sohn2024-08-203-5/+24
|\|
| * 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
* | | | | | | | | | | | | ConfigConstants: Add missing @since 7.0Thomas Wolf2024-08-101-1/+5
* | | | | | | | | | | | | ObjectWalk: Remove duplicated word "the" in class documentationSergey Zakharov2024-08-091-1/+1
* | | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \