]> source.dussan.org Git - jgit.git/commit
BitmapWalkListener: Add method and rename for commits 35/205535/2
authorIvan Frade <ifrade@google.com>
Thu, 16 Nov 2023 18:46:07 +0000 (10:46 -0800)
committerIvan Frade <ifrade@google.com>
Thu, 16 Nov 2023 22:37:24 +0000 (14:37 -0800)
commit4d82d0aa1f45e8bdf09c1a4990a7edb2a29a3a4d
tree4cdde11780f9e3f039fcd5ac8513513f1bd70847
parent4b5e9928342585f80d95136ac4ab0161841044d5
BitmapWalkListener: Add method and rename for commits

During the walk, the commit can be either
1. already in the walk bitmap
2. unvisited so far with bitmap in the bitmap index
3. unvisited so far without bitmap in the bitmap index

Expose these three states in the interface. This makes the interface
easier to explain: it reports the commits found during the walk.

As it is all about commits, rename the methods to onCommit***.

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