aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-019-16/+110
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-0110-16/+150
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-0110-16/+150
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-0110-16/+150
| | | | |\| |
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-0110-129/+110
| | | | | |\|
| | | | | | * Shortcut during git fetch for avoiding looping through all local refsLuca Milanesio2023-02-011-5/+14
| | | | | | * FetchCommand: fix fetchSubmodules to work on a Ref to a blobMatthias Sohn2023-01-311-0/+3
| | | | | | * Silence API warnings introduced by I466dcde6Matthias Sohn2023-01-311-5/+43
| | | | | | * Allow the exclusions of refs prefixes from bitmapLuca Milanesio2023-01-313-4/+63
| | | | | | * PackWriterBitmapPreparer: do not include annotated tags in bitmapLuca Milanesio2023-01-311-0/+3
| | | | | | * BatchingProgressMonitor: avoid int overflow when computing percentageMatthias Sohn2023-01-311-3/+3
| | | | | | * Speedup GC listing objects referenced from reflogsMatthias Sohn2023-01-234-24/+36
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-01-134-31/+86
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-01-134-31/+86
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-01-134-31/+86
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-01-134-31/+86
| | | |\| | |
| | | | * | | Cache trustFolderStat/trustPackedRefsStat value per-instanceNasser Grainawi2023-01-132-23/+21
| | | | * | | Refresh 'objects' dir and retry if a loose object is not foundKaushik Lingarkar2023-01-132-8/+65
* | | | | | | RevWalk: integrate commit-graph with commit parsingkylezhao2023-01-104-1/+195
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-01-064-2/+76
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-01-053-2/+59
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-01-054-2/+234
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-01-054-2/+73
| | | |\| | |
| | | | * | | Introduce core.trustPackedRefsStat configKaushik Lingarkar2023-01-054-2/+72
| * | | | | | Prepare 6.4.1-SNAPSHOT buildsMatthias Sohn2022-11-303-56/+56
| * | | | | | JGit v6.4.0.202211300538-rv6.4.0.202211300538-rMatthias Sohn2022-11-303-4/+4
| * | | | | | Fix crashes on rare combination of file namesDmitrii Filippov2022-11-291-4/+19
| * | | | | | Prepare 6.4.0-SNAPSHOT buildMatthias Sohn2022-11-233-4/+4
| * | | | | | JGit v6.4.0.202211231055-rc1v6.4.0.202211231055-rc1Matthias Sohn2022-11-233-4/+4
* | | | | | | GC: disable writing commit-graph for shallow reposkylezhao2023-01-061-0/+3
* | | | | | | RefDatabase: fix javadoc formattingMatthias Sohn2023-01-041-29/+35
* | | | | | | Pull up additionalRefsNames from RefDirectory to RefDatabaseMatthias Sohn2023-01-043-5/+17
* | | | | | | Add TernarySearchTreeMatthias Sohn2023-01-044-0/+603
* | | | | | | CommitGraph: teach ObjectReader to get commit-graphkylezhao2023-01-043-1/+37
* | | | | | | Merge "CommitGraph: add commit-graph for FileObjectDatabase"Ivan Frade2023-01-036-0/+162
|\ \ \ \ \ \ \
| * | | | | | | CommitGraph: add commit-graph for FileObjectDatabasekylezhao2022-12-236-0/+162
* | | | | | | | PatchApplier: fix handling of last newline in text patchThomas Wolf2022-12-261-17/+25
* | | | | | | | Reformat PatchApplier and PatchApplierTestThomas Wolf2022-12-221-31/+27
|/ / / / / / /
* | | | | | | PackWriter#prepareBitmapIndex: add clarifying commentsAnna Papitto2022-12-201-0/+4
* | | | | | | Merge "IO#readFully: provide overload that fills the full array"Ivan Frade2022-12-191-0/+19
|\ \ \ \ \ \ \
| * | | | | | | IO#readFully: provide overload that fills the full arrayAnna Papitto2022-12-191-0/+19
* | | | | | | | Fix API warnings for the new CommitGraphThomas Wolf2022-12-172-1/+13
|/ / / / / / /
* | | | | | | PackReverseIndex#findPosition: fix typo in method nameAnna Papitto2022-12-162-2/+2
* | | | | | | GC: Write commit-graph files when gckylezhao2022-12-163-0/+114
* | | | | | | CommitGraph: add core.commitGraph configkylezhao2022-12-162-0/+31
* | | | | | | Merge "Gc#deleteOrphans: avoid dependence on PackExt alphabetical ordering"Ivan Frade2022-12-161-33/+36
|\ \ \ \ \ \ \
| * | | | | | | Gc#deleteOrphans: avoid dependence on PackExt alphabetical orderingAnna Papitto2022-12-151-33/+36
* | | | | | | | CommitGraph: implement commit-graph readkylezhao2022-12-169-0/+804
* | | | | | | | WalkPushConnection: Sanitize paths given to transportsJeremy T. Braun2022-12-151-4/+13
* | | | | | | | Merge changes Iad832fe1,Icef9658cMatthias Sohn2022-12-141-1/+2
|\ \ \ \ \ \ \ \