]> source.dussan.org Git - jgit.git/commit
BitmapWalker: announce walked objects via listener interface 03/205503/3
authorIvan Frade <ifrade@google.com>
Wed, 15 Nov 2023 18:25:22 +0000 (10:25 -0800)
committerIvan Frade <ifrade@google.com>
Wed, 15 Nov 2023 23:04:31 +0000 (15:04 -0800)
commitd3f711ca1ddc209827f0f52b203bfc880312fc81
tree307b066f6d8df5c0f985009c2764c06af16caef5
parent8db605620b1f747d0fc9bfe1bf2ffb2525246802
BitmapWalker: announce walked objects via listener interface

We want to know what objects had a bitmap in the walk, to see where do
they sit in the commit history and evaluate our bitmap selection
algorithm.

Add a listener interface to the bitmap walker announcing the objects
walked and whether they had bitmap.

Change-Id: I956fe2ad927a500710d2cbe78ecd4d26f178c266
org.eclipse.jgit/src/org/eclipse/jgit/revwalk/BitmapWalker.java