summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* TreeRevFilter: correct changedPathFilter usage for multi-paths inclusionXing Huang2024-03-181-0/+30
* PathFilterGroup: implement getPathsBestEffort()Xing Huang2024-03-181-0/+27
* DfsPackFile: get commitGraph.readChangePaths from repo configXing Huang2024-03-142-0/+66
* Prepare 6.10.0-SNAPSHOT buildsMatthias Sohn2024-03-052-60/+60
* Prepare 6.9.1-SNAPSHOT buildsMatthias Sohn2024-03-052-60/+60
* JGit v6.9.0.202403050737-rv6.9.0.202403050737-rMatthias Sohn2024-03-052-2/+2
* JGit v6.9.0.202403050045-rv6.9.0.202403050045-rMatthias Sohn2024-03-052-2/+2
* Prepare 6.9.0-SNAPSHOT buildsMatthias Sohn2024-03-052-2/+2
* JGit v6.9.0.202402281855-rc1v6.9.0.202402281855-rc1Matthias Sohn2024-02-282-2/+2
* DfsPackFile: Abstract the bitmap loading to support other backendsIvan Frade2024-02-261-0/+41
* Merge "DfsReader#getObjectSize: use size index if possible"Ivan Frade2024-02-231-29/+88
|\
| * DfsReader#getObjectSize: use size index if possibleIvan Frade2024-02-201-29/+88
* | Merge "Revert "StartGenerator: Fix parent rewrite with non-default RevFilter""Ivan Frade2024-02-222-113/+0
|\ \
| * | Revert "StartGenerator: Fix parent rewrite with non-default RevFilter"Ivan Frade2024-02-212-113/+0
| |/
* | Merge branch 'stable-6.8'Matthias Sohn2024-02-211-6/+5
|\ \ | |/ |/|
| * Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-02-211-6/+5
| |\
| | * Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-02-211-6/+5
| | |\
| | | * Allow to discover bitmap on disk created after the packfileLuca Milanesio2024-02-201-6/+5
| * | | Merge branch 'stable-6.7' into stable-6.8Dariusz Luksza2024-02-121-0/+146
| |\| |
| | * | Merge branch 'stable-6.6' into stable-6.7Dariusz Luksza2024-02-121-0/+146
| | |\|
| | | * Fix handling of missing pack index fileDariusz Luksza2024-01-291-2/+0
| | | * Add tests for handling pack files removal during fetchDariusz Luksza2024-01-291-0/+148
* | | | Update org.apache.commons:commons-compress to 1.26.0Matthias Sohn2024-02-202-0/+3
* | | | FS.detectSymlinkSupport: fix a raceMotiejus Jakštys2024-02-191-0/+21
* | | | RawParseUtils.nextLfSkippingSplitLines: fulfil contract as statedThomas Wolf2024-02-011-0/+10
* | | | RawParseUtils: utility method to get a header valueThomas Wolf2024-02-011-6/+40
* | | | RebaseCommand: fix stopping on root commit conflictsThomas Wolf2024-01-281-0/+34
* | | | Fix handling of missing pack index fileDariusz Luksza2024-01-281-2/+0
* | | | CherryPick: add ability to customise cherry-picked commit messageDmitrii Naumenko2024-01-282-0/+193
* | | | Merge branch 'stable-6.8'Matthias Sohn2024-01-202-1/+110
|\| | |
| * | | Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-01-202-1/+110
| |\| |
| | * | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-01-202-1/+110
| | |\|
| | | * Introduce a PriorityQueue sorting RevCommits by commit timestampLuca Milanesio2024-01-192-1/+110
* | | | Add tests for handling pack files removal during fetchDariusz Luksza2024-01-181-0/+148
* | | | Merge "FooterLines: handle extraction from messages without headers"Ivan Frade2024-01-091-0/+9
|\ \ \ \
| * | | | FooterLines: handle extraction from messages without headersNitzan Gur-Furman2024-01-091-0/+9
* | | | | Enable using slf4j 2.xMatthias Sohn2023-12-221-1/+1
* | | | | PackBitmapIndex/StoredBitmap: Expose size and countsIvan Frade2023-12-142-0/+166
|/ / / /
* | | | FooterLine: Protect from ill-formed messageKamil Musin2023-12-051-0/+18
* | | | StartGenerator: Fix parent rewrite with non-default RevFilterRonald Bhuleskar2023-12-042-0/+113
* | | | Prepare 6.9.0-SNAPSHOT buildsMatthias Sohn2023-12-042-60/+60
* | | | Merge branch 'stable-6.8'Matthias Sohn2023-12-042-60/+60
|\| | |
| * | | Prepare 6.8.1-SNAPSHOT buildsMatthias Sohn2023-11-292-60/+60
| * | | JGit v6.8.0.202311291450-rv6.8.0.202311291450-rMatthias Sohn2023-11-292-2/+2
* | | | BitmapWalkerTest: New test for the walkerIvan Frade2023-11-301-0/+161
* | | | FooterLine: First line cannot be a footerIvan Frade2023-11-291-0/+20
* | | | Reapply "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-291-0/+51
* | | | Revert "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-291-51/+0
|/ / /
* | | Improve footer parsing to allow multiline footers.Kamil Musin2023-11-241-0/+51
* | | BitmapIndex: Add interface to track bitmaps found (or not)Ivan Frade2023-11-211-0/+85