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