aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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-303-2/+315
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | PackExtBlockCacheTable: spread extensions over multiple dfs tablesLaura Hamelin2024-07-243-2/+315
* | | | | | | | | | | | | | PackObjectSizeIndex: Read all bytes and use the byte[] directlyIvan Frade2024-07-242-61/+121
* | | | | | | | | | | | | | 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-123-34/+179
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | DfsBlockCacheConfig: support configurations for dfs cache tables per extensionsLaura Hamelin2024-07-123-34/+179
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | 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
* | | | | | | | | | | | WalkFetchConnection: Remove marked packs on all function exitsIvan Frade2024-05-161-6/+15
* | | | | | | | | | | | Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-163-27/+30
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | PackBitmapIndexBuilder: allow repeated call of getCompressedBitmaps()Sam Delmerico2024-04-021-2/+3
* | | | | | | | | | | | | | DfsPackFile: Make the loader classes used to construct bitmaps public.jackdt@google.com2024-04-021-7/+20
* | | | | | | | | | | | | | DfsPackFile: make public the constructor with bitmap loaderIvan Frade2024-04-011-1/+12
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | PackWriter: writeBitmapIndex takes bitmap index writerSam Delmerico2024-03-296-22/+76
* | | | | | | | | | | | | PackBitmapIndex: convert from class to interfaceSam Delmerico2024-03-253-5/+5