aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java
Commit message (Expand)AuthorAgeFilesLines
* PackWriter/Statistics: Remove the bitmapt hit statsIvan Frade2023-12-131-25/+0
* PackWriter: store the objects with bitmaps in the statisticsIvan Frade2023-11-301-0/+25
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+20
* Make Javadoc consistent for PackStatistics fieldsAlexa Panfil2020-09-241-1/+4
* Measure time taken for reachability checksAlexa Panfil2020-09-241-0/+34
* PackWriter/Statistics: Report offloaded sizeIvan Frade2019-10-111-0/+30
* Silence API errors and add missing @since tags caused by 175e6654Matthias Sohn2019-04-291-1/+2
* tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-0/+11
* Add negotiation statistics to PackStatisticsTerry Parker2018-02-121-0/+72
* Fix javadoc in org.eclipse.jgit storage/file and pack packageMatthias Sohn2017-12-191-8/+84
* Expose the set of root commits in PackStatisticsShawn Pearce2015-08-161-0/+8
* Update comments about PackStatisticsTerry Parker2015-06-161-2/+12
* Add the set of shallow commits to PackStatisticsTerry Parker2015-06-151-0/+11
* Introduce PostUploadHook to replace UploadPackLoggerTerry Parker2015-06-121-0/+462