@Override
 public Config getConfig() throws GitException {
   ensureExistenceRepoRootInWorkingDirectory();
   return nativeGit.createConfig();
 }
示例#2
0
 @Override
 public Config getConfig() throws GitException {
   return nativeGit.createConfig();
 }