]> source.dussan.org Git - jgit.git/commit
PackWriter/Statistics: Remove the bitmapt hit stats 03/1173603/1
authorIvan Frade <ifrade@google.com>
Tue, 12 Dec 2023 21:31:03 +0000 (13:31 -0800)
committerIvan Frade <ifrade@google.com>
Wed, 13 Dec 2023 18:57:26 +0000 (10:57 -0800)
commit52c18ae15f8fa3787f920e68791367dae2e1af2d
tree4abc8791b4355ab7ff024ee1d50ed99bd0d46178
parenta2fed42939fa292e08060c572fa9ee716a21058d
PackWriter/Statistics: Remove the bitmapt hit stats

The request uses bitmaps for reachability and to decide what to
pack. Setting the listener in the PackWriter only covers the second
case.

Remove the listener from the PackWriter. It makes more sense to set it
in the reader and at the moment the BitmapIndex only supports a single
listener.

This was introduced after the 6.8 tag, so it should be safe to remove.

Change-Id: Ib4c0a805c70e54b6a9e7f78ccdb8e0a465d238f1
org.eclipse.jgit/.settings/.api_filters
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/PackWriter.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/PackStatistics.java