Example usage for org.eclipse.jgit.lib ConfigConstants CONFIG_KEY_TRUE

List of usage examples for org.eclipse.jgit.lib ConfigConstants CONFIG_KEY_TRUE

Introduction

In this page you can find the example usage for org.eclipse.jgit.lib ConfigConstants CONFIG_KEY_TRUE.

Prototype

String CONFIG_KEY_TRUE

To view the source code for org.eclipse.jgit.lib ConfigConstants CONFIG_KEY_TRUE.

Click Source Link

Document

The "true" key (used to configure #CONFIG_KEY_AUTOSETUPMERGE

Usage

From source file:org.eclipse.mylyn.internal.gerrit.ui.egit.GerritRepositorySearchPage.java

License:Open Source License

private void addCreateGerritChangeIdConfig(GitRepositoryInfo gitRepositoryInfo) {
    gitRepositoryInfo.addRepositoryConfigProperty(ConfigConstants.CONFIG_GERRIT_SECTION, null,
            ConfigConstants.CONFIG_KEY_CREATECHANGEID, ConfigConstants.CONFIG_KEY_TRUE);
}