aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/pack/GcCommitSelectionTest.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-291-2/+2
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-011-0/+52
|\
| * Allow the exclusions of refs prefixes from bitmapLuca Milanesio2023-01-311-0/+18
| * PackWriterBitmapPreparer: do not include annotated tags in bitmapLuca Milanesio2023-01-311-0/+34
* | Don't block in GC#gc until garbage collection finishedMatthias Sohn2021-11-281-3/+3
|/
* PackBitmapIndex: Move BitmapCommit to a top-level classYunjie Li2020-05-121-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-281-1/+0
* Test uniform bitmap commit selection across multiple branchestparker2018-06-261-6/+101
* Exclude refs/tags from bitmap commit selectionTerry Parker2017-05-181-2/+14
* Organize importsDavid Pursehouse2016-11-141-2/+0
* Add config parameter gc.prunePackExpire for packfile expirationChristian Halstrick2016-03-311-3/+6
* Bitmap generation: Add a test of ordering commits by "chains"Terry Parker2015-10-281-0/+271