Example usage for org.eclipse.jgit.revwalk RevWalk subclass-usage

List of usage examples for org.eclipse.jgit.revwalk RevWalk subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.revwalk RevWalk subclass-usage.

Usage

From source file jetbrains.buildServer.buildTriggers.vcs.git.ModificationDataRevWalk.java

/**
 * @author dmitry.neverov
 */
class ModificationDataRevWalk extends RevWalk {

    private static final Logger LOG = Logger.getInstance(ModificationDataRevWalk.class.getName());

From source file org.eclipse.egit.core.internal.storage.KidWalk.java

class KidWalk extends RevWalk {
    KidWalk(final Repository repo) {
        super(repo);
    }

    @Override