List of usage examples for org.eclipse.jgit.lib Constants GIT_COMMITTER_NAME_KEY
String GIT_COMMITTER_NAME_KEY
To view the source code for org.eclipse.jgit.lib Constants GIT_COMMITTER_NAME_KEY.
Click Source Link
From source file:org.eclipse.emf.compare.diagram.papyrus.tests.egit.fixture.MockSystemReader.java
License:Eclipse Distribution License
public MockSystemReader() { init(Constants.OS_USER_NAME_KEY);//from w ww . j a va2 s . c o m init(Constants.GIT_AUTHOR_NAME_KEY); init(Constants.GIT_AUTHOR_EMAIL_KEY); init(Constants.GIT_COMMITTER_NAME_KEY); init(Constants.GIT_COMMITTER_EMAIL_KEY); userGitConfig = new MockConfig(null, null); systemGitConfig = new MockConfig(null, null); setCurrentPlatform(); }
From source file:org.jboss.tools.openshift.egit.internal.test.util.MockSystemReader.java
License:Eclipse Distribution License
public MockSystemReader() { init(Constants.OS_USER_NAME_KEY);/* ww w. j a v a 2s . com*/ init(Constants.GIT_AUTHOR_NAME_KEY); init(Constants.GIT_AUTHOR_EMAIL_KEY); init(Constants.GIT_COMMITTER_NAME_KEY); init(Constants.GIT_COMMITTER_EMAIL_KEY); userGitConfig = new MockConfig(null, null); systemGitConfig = new MockConfig(null, null); }