List of usage examples for org.eclipse.jgit.lib ConfigConstants CONFIG_KEY_TRUE
String CONFIG_KEY_TRUE
To view the source code for org.eclipse.jgit.lib ConfigConstants CONFIG_KEY_TRUE.
Click Source Link
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); }