aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
* | | | | | | | | | | | | Merge "PackBitmapIndex: hide packChecksum behind getter"Ivan Frade2024-03-203-3/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | PackBitmapIndex: hide packChecksum behind getterSam Delmerico2024-03-183-3/+16
* | | | | | | | | | | | | | Merge "Cache refreshed loose ref dirs in SnapshottingRefDirectory"Matthias Sohn2024-03-201-2/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Cache refreshed loose ref dirs in SnapshottingRefDirectoryNasser Grainawi2024-03-191-2/+26
* | | | | | | | | | | | | | | Merge "TreeRevFilter: correct changedPathFilter usage for multi-paths inclusion"jonathantanmy2024-03-192-6/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | TreeRevFilter: correct changedPathFilter usage for multi-paths inclusionXing Huang2024-03-182-6/+3
* | | | | | | | | | | | | | | Merge "CleanupService: preload JgitText if not running in OSGi"Thomas Wolf2024-03-182-18/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | CleanupService: preload JgitText if not running in OSGiThomas Wolf2024-03-152-18/+49
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | PathFilterGroup: implement getPathsBestEffort()Xing Huang2024-03-182-0/+19
* | | | | | | | | | | | | | DfsPackFile: get commitGraph.readChangePaths from repo configXing Huang2024-03-141-1/+8
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge "CommitGraphLoader: receive readChangedPaths as parameter"Ivan Frade2024-03-121-11/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | CommitGraphLoader: receive readChangedPaths as parameterXing Huang2024-03-121-11/+40
* | | | | | | | | | | | | Merge "ShutdownHook: run on bundle deactivation if in OSGi"Matthias Sohn2024-03-096-20/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ShutdownHook: run on bundle deactivation if in OSGiThomas Wolf2024-03-086-20/+118
* | | | | | | | | | | | | | FS_POSIX.runInShell(): on MacOS use a login shellThomas Wolf2024-03-091-1/+5
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | [diffmergetool] Fix running command on CygwinThomas Wolf2024-03-071-3/+3
* | | | | | | | | | | | | DfsBlockCache: move cache table specific implementations to a new classLaura Hamelin2024-03-053-551/+933
* | | | | | | | | | | | | Prepare 6.10.0-SNAPSHOT buildsMatthias Sohn2024-03-053-59/+59
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Prepare 6.9.1-SNAPSHOT buildsMatthias Sohn2024-03-053-59/+59
* | | | | | | | | | | | JGit v6.9.0.202403050737-rv6.9.0.202403050737-rMatthias Sohn2024-03-053-4/+4
* | | | | | | | | | | | JGit v6.9.0.202403050045-rv6.9.0.202403050045-rMatthias Sohn2024-03-053-4/+4
* | | | | | | | | | | | Introduce core.trustLooseRefStat configKaushik Lingarkar2024-03-053-0/+59
|/ / / / / / / / / / /
* | | | | | | | | | | DfsObjDatabase: Let object database instantiate DfsPackFilesIvan Frade2024-02-263-3/+20
* | | | | | | | | | | DfsPackFile: Abstract the bitmap loading to support other backendsIvan Frade2024-02-261-26/+127
* | | | | | | | | | | Remove unused API problem filtersMatthias Sohn2024-02-251-30/+0