aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/file
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate layout of reftable stack in FileReftableStackMatthias Sohn2025-05-091-6/+4
* FileReftableDatabase: consider ref updates by another processMatthias Sohn2025-03-031-1/+133
* Merge branch 'stable-7.1'Matthias Sohn2025-02-261-4/+27
|\
| * Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2025-02-261-4/+27
| |\
| | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2025-02-261-4/+27
| | |\
| | | * Fix calculation of pack files and objects since bitmapAntonio Barone2025-02-241-4/+27
* | | | Merge "Improve configuration of trusting file attributes in FileSnapshot"Matthias Sohn2025-02-081-8/+9
|\ \ \ \
| * | | | Improve configuration of trusting file attributes in FileSnapshotMatthias Sohn2025-02-061-8/+9
* | | | | PackIndex.MutableEntry: new methods to copy its contentsIvan Frade2025-02-031-24/+59
|/ / / /
* | | | Merge changes I5e7323c6,I5e66a512,I0859990fMatthias Sohn2025-01-284-83/+146
|\ \ \ \
| * | | | RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-272-35/+46
| * | | | Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-274-79/+131
* | | | | Fix ObjectDirectoryTest#testOpenLooseObjectPropagatesIOExceptionsMatthias Sohn2025-01-171-6/+11
|/ / / /
* | | | FileReftableTest: fix order of arguments when using assertEqualsMatthias Sohn2025-01-061-16/+16
* | | | ReflogWriterTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+3
* | | | GC tests: use java.time APIMatthias Sohn2024-12-282-5/+5
|/ / /
* | | Add pack-refs command to the CLIYash Chaturvedi2024-11-221-12/+19
* | | Merge branch 'stable-7.0'Matthias Sohn2024-11-211-0/+167
|\| |
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-212-173/+167
| |\|
| | * Add numberOfObjectsSinceBitmap to RepoStatisticsJacek Centkowski2024-11-201-6/+76
| | * Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-201-79/+3
| | * Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-121-7/+7
| * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-111-0/+173
| |\|
| | * Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-11-071-0/+173
* | | tests/BasicTest: Use java.time constructors for PersonIdentIvan Frade2024-11-191-27/+44
* | | Don't fail when trying to prune pack which is already goneJacek Centkowski2024-11-121-78/+3
* | | Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmapJacek Centkowski2024-11-111-7/+7
* | | Merge "PackIndexWriter: create interface to write indexes"Ivan Frade2024-10-222-1/+2
|\ \ \
| * | | PackIndexWriter: create interface to write indexesSam Delmerico2024-10-222-1/+2
| |/ /
* / / Add `numberOfPackFilesAfterBitmap` to RepoStatisticsJacek Centkowski2024-10-221-0/+180
|/ /
* | ObjectDirectoryTest: ensure WindowCursor is closedMatthias Sohn2024-08-281-9/+10
* | Add worktrees read supportJanne Valkealahti2024-07-146-20/+21
|/
* [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-291-4/+4
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-3/+2
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-1/+2
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-4/+2
* 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
* | | | PackBitmapIndex/StoredBitmap: Expose size and countsIvan Frade2023-12-142-0/+166
|/ / /
* | | Adjust javadoc to pass errorprone checksIvan Frade2023-11-172-0/+4
* | | Optimize RefDirectory.getRefsByPrefix(String...)Dariusz Luksza2023-11-121-0/+13
|/ /
* | Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2023-10-131-0/+156
|\|
| * Merge branch 'stable-6.5' into stable-6.6Matthias Sohn2023-10-131-0/+156
| |\
| | * Merge branch 'stable-6.4' into stable-6.5Matthias Sohn2023-10-131-0/+156
| | |\
| | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-10-131-0/+156
| | | |\
| | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-131-0/+156
| | | | |\
| | | | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-121-8/+88
| | | | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-121-0/+76