aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DfsObjDatabase.PackList: Remove PackListImpl subclassHEADmasterIvan Frade9 days1-15/+5
* DfsObjDatabase.PackList: Remove dirty flag settersIvan Frade9 days1-34/+2
* DfsPackFile: Delete #getIndexedObjectSize for ObjectIdIvan Frade10 days5-36/+11
* MultiPackIndexLoader: Add NON-NLS annotation to messageIvan Frade10 days1-1/+1
* ChangedPathFilter: Suppress nls warnings in toStringIvan Frade10 days1-0/+1
* JGitText.properties: Use {n} instead %s in messagesIvan Frade10 days1-5/+5
* DfsReader: Reuse index position when looking up object sizeIvan Frade11 days2-4/+32
* DfsReader: Use new findPack instead of findPackWithObjectIvan Frade11 days1-32/+13
* DfsReader: return idx position when looking up object in packsIvan Frade11 days2-13/+30
* DfsReader: Handle correctly invalid object-size indexesIvan Frade11 days1-13/+7
* Merge branch 'stable-7.3'Matthias Sohn2025-06-201-0/+1
|\
| * Merge branch 'stable-7.2' into stable-7.3stable-7.3Matthias Sohn2025-06-201-0/+1
| |\
| | * Merge branch 'stable-7.1' into stable-7.2Matthias Sohn2025-06-201-0/+1
| | |\
| | | * Merge branch 'stable-7.0' into stable-7.1stable-7.1Matthias Sohn2025-06-201-0/+1
| | | |\
| | | | * Merge branch 'stable-6.10' into stable-7.0stable-7.0Matthias Sohn2025-06-201-0/+1
| | | | |\
| | | | | * Fix: Close the "preserved" PackDirectorystable-6.10Nasser Grainawi2025-06-191-0/+1
* | | | | | Update jetty to 12.0.22Matthias Sohn2025-06-168-55/+55
* | | | | | Update bouncycastle to 1.81Matthias Sohn2025-06-168-31/+31
* | | | | | Update last jgit release to 7.3.0.202506031305-rMatthias Sohn2025-06-141-1/+1
* | | | | | Prepare 7.4.0-SNAPSHOT buildsMatthias Sohn2025-06-0389-548/+548
* | | | | | Merge branch 'stable-7.3'Matthias Sohn2025-06-0389-548/+548
|\| | | | |
| * | | | | Prepare 7.3.1-SNAPSHOT buildsMatthias Sohn2025-06-0389-548/+548
| * | | | | JGit v7.3.0.202506031305-rv7.3.0.202506031305-rMatthias Sohn2025-06-0389-123/+123
| * | | | | Merge branch 'master' into stable-7.3Matthias Sohn2025-06-033-37/+43
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'stable-7.2'Matthias Sohn2025-06-031-26/+32
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'stable-7.1' into stable-7.2Matthias Sohn2025-06-031-26/+32
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2025-06-031-26/+32
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2025-06-031-26/+32
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Use the same ordering/locking in delete() as C gitDaniele Sassoli2025-05-291-26/+32
* | | | | | Update maven pluginsMatthias Sohn2025-05-302-11/+11
| | | | | * Prepare 7.3.0-SNAPSHOT buildsMatthias Sohn2025-05-2989-123/+123
| | | | | * JGit v7.3.0.202505281347-rc1v7.3.0.202505281347-rc1Matthias Sohn2025-05-2889-123/+123
| | | | | * Merge branch 'master' into stable-7.3Matthias Sohn2025-05-288-71/+71
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'stable-7.2'Matthias Sohn2025-05-220-0/+0
|\| | | | |
| * | | | | Merge branch 'stable-7.1' into stable-7.2Matthias Sohn2025-05-220-0/+0
| |\| | | |
| | * | | | Prepare 7.1.2-SNAPSHOT buildsMatthias Sohn2025-05-2289-540/+540
| | * | | | JGit v7.1.1.202505221757-rv7.1.1.202505221757-rMatthias Sohn2025-05-2289-123/+123
| | * | | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2025-05-223-1/+53
| | |\| | |
| | | * | | Prepare 7.0.2-SNAPSHOT buildsMatthias Sohn2025-05-2289-534/+534
| | | * | | JGit v7.0.1.202505221510-rv7.0.1.202505221510-rMatthias Sohn2025-05-2289-123/+123
| | | * | | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2025-05-223-1/+53
| | | |\| |
| | | | * | Prepare 6.10.2-SNAPSHOT buildsMatthias Sohn2025-05-2289-537/+537
| | | | * | JGit v6.10.1.202505221210-rv6.10.1.202505221210-rMatthias Sohn2025-05-2289-123/+123
| | | | * | AmazonS3: Do not accept DOCTYPE and entitiesMatthias Sohn2025-05-221-0/+9
| | | | * | ManifestParser: Do not accept DOCTYPE and entitiesIvan Frade2025-05-222-1/+44
* | | | | | Update mockito to 5.18.0Matthias Sohn2025-05-218-13/+13
* | | | | | Update Jetty to 12.0.21Matthias Sohn2025-05-218-55/+55
* | | | | | Update com.google.code.gson:gson to 2.13.1Matthias Sohn2025-05-218-13/+13
* | | | | | Merge branch 'stable-7.3'Matthias Sohn2025-05-210-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Prepare 7.3.0-SNAPSHOT buildsMatthias Sohn2025-05-2189-123/+123