aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriterBitmapPreparer.java
Commit message (Expand)AuthorAgeFilesLines
* PackWriterBitmapPreparer: Use SystemReader.now() instead of deprecated methodIvan Frade2024-12-271-4/+5
* PackWriterBitmapPreparer: Do not generate bitmaps for excessive branch tips.jackdt@google.com2024-02-071-3/+6
* PackWriterBitmapPreparer: Set limit on excessive branch countJackson Toeniskoetter2024-01-121-3/+9
* [errorprone] Prevent int expression may overflowMatthias Sohn2023-09-251-1/+1
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-011-0/+3
|\
| * PackWriterBitmapPreparer: do not include annotated tags in bitmapLuca Milanesio2023-01-311-0/+3
* | Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
|/
* PackBitmapIndex: Set distance thresholdYunjie Li2020-05-121-1/+1
* PackBitmapIndex: Reduce memory usage in GCYunjie Li2020-05-121-3/+15
* PackBitmapIndex: Move BitmapCommit to a top-level classYunjie Li2020-05-121-22/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-6/+3
* Add progress monitor step to first phase of GC commit selectionTerry Parker2018-07-091-0/+1
* Fix a GC scalability issue when selecting commit bitmapstparker2018-06-261-227/+197
* Make PackWriterBitmapWalker publicJonathan Tan2017-11-101-3/+4
* Exclude refs/tags from bitmap commit selectionTerry Parker2017-05-181-5/+13
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-6/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+5
* Make BitmapIndexImpl.CompressedBitmap publicJonathan Nieder2015-11-091-1/+2
* Skip redundant 'OR-reuse' step in tip commit bitmap setupJonathan Nieder2015-11-081-8/+3
* Avoid repeated sort of tipCommitBitmapsJonathan Nieder2015-11-071-5/+6
* [style] Shorten line lengths and import order in bitmap codeTerry Parker2015-11-071-1/+1
* Inline PackWriterBitmapWalker.newRevFilter into callersJonathan Nieder2015-11-051-1/+2
* Convert remaining callers of BitmapBuilder.add to use .addObjectJonathan Nieder2015-11-051-2/+2
* Rely on bitmap RevFilter to filter walk during bitmap selectionJonathan Nieder2015-11-051-3/+0
* Use 'reused' bitmap to filter walk during bitmap selectionJonathan Nieder2015-11-051-3/+7
* Rely on bitmap RevFilter to filter tip commit setup walkJonathan Nieder2015-11-051-1/+0
* Use 'reused' bitmap to filter tip commit setup walkJonathan Nieder2015-11-051-0/+42
* Include ancestors of reused bitmap commits in reuse bitmap againJonathan Nieder2015-11-031-5/+7
* Decrease indentation in setupTipCommitBitmapsJonathan Nieder2015-11-031-23/+27
* Building bitmaps: Simplify the logic to sort by chainsTerry Parker2015-10-291-15/+8
* Pack bitmaps: improve readabilityTerry Parker2015-10-281-26/+42
* [performance] Remove synthetic access$ methods in pack and file packagesAndrey Loskutov2015-10-281-2/+2
* Expose bitmap selection parameters via PackConfigTerry Parker2015-10-211-7/+12
* Update bitmap selection throttling to fully span active branches.Terry Parker2015-10-211-98/+270
* Limit the range of commits for which bitmaps are created.Terry Parker2015-10-081-6/+6
* Do not retain commit body during bitmap generationShawn Pearce2015-08-121-0/+1
* Upgrade javaewah to version 0.7.9Colby Ranger2014-01-131-1/+1
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-0/+373