Example usage for org.eclipse.jgit.api Git interface-usage

List of usage examples for org.eclipse.jgit.api Git interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.api Git interface-usage.

Usage

From source file org.uberfire.java.nio.fs.jgit.util.GitImpl.java

public class GitImpl implements Git {

    private static final Logger LOG = LoggerFactory.getLogger(GitImpl.class);
    private static final String DEFAULT_JGIT_RETRY_SLEEP_TIME = "50";
    private static int JGIT_RETRY_TIMES = initRetryValue();
    private static final int JGIT_RETRY_SLEEP_TIME = initSleepTime();